#f72231

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

Shades of Alizarin #F72231

Tints of Alizarin #F72231

Color information

#F72231 (or 0xF72231) is unknown color: approx Alizarin. HEX triplet: F7, 22 and 31. RGB value is (247,34,49). Sum of RGB (Red+Green+Blue) = 247+34+49=330 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.85% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 247 - color contains mainly: red. Hex color #F72231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F72231 is #08DDCE. Grayscale: #636363. Windows color (decimal): -581071 or 3220215. OLE color: 3220215.

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

Color convert

RGB2473449-
CMYK00.860.800.03
HSL355.77º93.01%55.1%-
HSV(B)355.77º86.23%96.86%-
XYZ39.4821.144.91-
YUV99.499.57233.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 74.85%
GREEN value IS 34 (13.67% from 255) = 10.30%
BLUE value IS 49 (19.53% from 255) = 14.85%
R=74.85%
G=10.30%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247344900.860.800.03355.7793.0155.1
HexF722310565031645d37
Octal36742610126120354413567
Binary11110111100010110001010101101010000111011001001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f72231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f72231; }

 p { color: rgb(247,34,49); }

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

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

 a { background-color: rgb(247,34,49); }

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

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

 span { border-color: rgb(247,34,49); }

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