#F32740

Color #F32740 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #F32740

Tints of Alizarin #F32740

Color information

#F32740 (or 0xF32740) is unknown color: approx Alizarin. HEX triplet: F3, 27 and 40. RGB value is (243,39,64). Sum of RGB (Red+Green+Blue) = 243+39+64=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F32740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32740 is #0CD8BF. Grayscale: #666666. Windows color (decimal): -841920 or 4204531. OLE color: 4204531.

HSL color Cylindrical-coordinate representation of color #F32740: hue angle of 352.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32740 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB2433964-
CMYK00.840.740.05
HSL352.65º89.47%55.29%-
HSV(B)352.65º83.95%95.29%-
XYZ38.6120.886.84-
YUV102.85106.09227.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 70.23%
GREEN value IS 39 (15.62% from 255) = 11.27%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=70.23%
G=11.27%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243396400.840.740.05352.6589.4755.29
HexF327400544A51615937
Octal363471000124112554113167
Binary1111001110011110000000101010010010101011011000011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F32740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F32740; }

 p { color: rgb(243,39,64); }

 H1.HeaderClassName
 {
   color: #F32740;
 }
 .AnyTagClassName
 {
   color: #F32740;
 }
</style>
background-color css

<style>
 a { background-color: #F32740; }

 a { background-color: rgb(243,39,64); }

 div.DivClassName
 {
   background-color: #F32740;
 }
 .BgClassName
 {
   background-color: #F32740;
 }
</style>
border-color css

<style>
 span { border-color: #F32740; }

 span { border-color: rgb(243,39,64); }

 td.TdClassName
 {
   border-color: #F32740;
 }
 .TagClassName
 {
   border-color: #F32740;
 }
</style>