#F01F23

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

Shades of Alizarin #F01F23

Tints of Alizarin #F01F23

Color information

#F01F23 (or 0xF01F23) is unknown color: approx Alizarin. HEX triplet: F0, 1F and 23. RGB value is (240,31,35). Sum of RGB (Red+Green+Blue) = 240+31+35=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F23 is #0FE0DC. Grayscale: #5E5E5E. Windows color (decimal): -1040605 or 2301936. OLE color: 2301936.

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

Color convert

RGB2403135-
CMYK00.870.850.06
HSL358.85º87.45%53.14%-
HSV(B)358.85º87.08%94.12%-
XYZ36.7319.633.44-
YUV93.9594.74232.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 78.43%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 35 (14.06% from 255) = 11.44%
R=78.43%
G=10.13%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240313500.870.850.06358.8587.4553.14
HexF01F230575561675735
Octal36037430127125654712765
Binary11110000111111000110101011110101011101011001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01F23; }

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

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

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

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

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

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

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

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