#f01f31

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

Shades of Alizarin #F01F31

Tints of Alizarin #F01F31

Color information

#F01F31 (or 0xF01F31) is unknown color: approx Alizarin. HEX triplet: F0, 1F and 31. RGB value is (240,31,49). Sum of RGB (Red+Green+Blue) = 240+31+49=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F31 is #0FE0CE. Grayscale: #5F5F5F. Windows color (decimal): -1040591 or 3219440. OLE color: 3219440.

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

Color convert

RGB2403149-
CMYK00.870.800.06
HSL354.83º87.45%53.14%-
HSV(B)354.83º87.08%94.12%-
XYZ36.9819.734.76-
YUV95.54101.74231.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 75%
GREEN value IS 31 (12.5% from 255) = 9.69%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=75%
G=9.69%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240314900.870.800.06354.8387.4553.14
HexF01F310575061635735
Octal36037610127120654312765
Binary11110000111111100010101011110100001101011000111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f01f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f01f31; }

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

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

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

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

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

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

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

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