#F01F2E

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

Shades of Alizarin #F01F2E

Tints of Alizarin #F01F2E

Color information

#F01F2E (or 0xF01F2E) is unknown color: approx Alizarin. HEX triplet: F0, 1F and 2E. RGB value is (240,31,46). Sum of RGB (Red+Green+Blue) = 240+31+46=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F2E is #0FE0D1. Grayscale: #5F5F5F. Windows color (decimal): -1040594 or 3022832. OLE color: 3022832.

HSL color Cylindrical-coordinate representation of color #F01F2E: hue angle of 355.69º 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 #F01F2E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB2403146-
CMYK00.870.810.06
HSL355.69º87.45%53.14%-
HSV(B)355.69º87.08%94.12%-
XYZ36.9219.74.44-
YUV95.2100.24231.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 75.71%
GREEN value IS 31 (12.5% from 255) = 9.78%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=75.71%
G=9.78%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240314600.870.810.06355.6987.4553.14
HexF01F2E0575161645735
Octal36037560127121654412765
Binary11110000111111011100101011110100011101011001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F2E; }

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

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

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

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

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

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

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

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