#F01F21

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

Shades of Alizarin #F01F21

Tints of Alizarin #F01F21

Color information

#F01F21 (or 0xF01F21) is unknown color: approx Alizarin. HEX triplet: F0, 1F and 21. RGB value is (240,31,33). Sum of RGB (Red+Green+Blue) = 240+31+33=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F21 is #0FE0DE. Grayscale: #5D5D5D. Windows color (decimal): -1040607 or 2170864. OLE color: 2170864.

HSL color Cylindrical-coordinate representation of color #F01F21: hue angle of 359.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01F21 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB2403133-
CMYK00.870.860.06
HSL359.43º87.45%53.14%-
HSV(B)359.43º87.08%94.12%-
XYZ36.719.623.29-
YUV93.7293.74232.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.95%
GREEN value IS 31 (12.5% from 255) = 10.20%
BLUE value IS 33 (13.28% from 255) = 10.86%
R=78.95%
G=10.20%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240313300.870.860.06359.4387.4553.14
HexF01F210575661675735
Octal36037410127126654712765
Binary11110000111111000010101011110101101101011001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F21; }

 p { color: rgb(240,31,33); }

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

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

 a { background-color: rgb(240,31,33); }

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

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

 span { border-color: rgb(240,31,33); }

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