#F72832

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

Shades of Alizarin #F72832

Tints of Alizarin #F72832

Color information

#F72832 (or 0xF72832) is unknown color: approx Alizarin. HEX triplet: F7, 28 and 32. RGB value is (247,40,50). Sum of RGB (Red+Green+Blue) = 247+40+50=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F72832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72832 is #08D7CD. Grayscale: #676767. Windows color (decimal): -579534 or 3287287. OLE color: 3287287.

HSL color Cylindrical-coordinate representation of color #F72832: hue angle of 357.1º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F72832 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB2474050-
CMYK00.840.800.03
HSL357.1º92.83%56.27%-
HSV(B)357.1º83.81%96.86%-
XYZ39.6921.525.08-
YUV103.0398.08230.69-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 73.29%
GREEN value IS 40 (16.02% from 255) = 11.87%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=73.29%
G=11.87%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247405000.840.800.03357.192.8356.27
HexF728320545031655d38
Octal36750620124120354513570
Binary11110111101000110010010101001010000111011001011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72832; }

 p { color: rgb(247,40,50); }

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

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

 a { background-color: rgb(247,40,50); }

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

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

 span { border-color: rgb(247,40,50); }

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