Html Css Color HEX #F01F37 Alizarin

📋 copy color: '#F01F37'

red 240 ◦ green 31 ◦ blue 55

#F01F37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #F01F37

Tints of Alizarin #F01F37

RGB

 RED value IS 240 (94.14% from 255) = 73.62%

 GREEN value IS 31 (12.5% from 255) = 9.51%

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 73.62%
G = 9.51%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F01F37 (or 0xF01F37) is known color: Alizarin. HEX triplet: F0, 1F and 37. RGB value is (240,31,55). Sum of RGB (Red+Green+Blue) = 240+31+55=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F01F37 is #0FE0C8. Grayscale: #606060. Windows color (decimal): -1040585 or 3612656. OLE color: 3612656.

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

Color convert

RGB 240 31 55 -
CMYK 0 0.87 0.77 0.06
HSL 353.11º 0.87% 0.53% -
HSV(B) 353.11º 0.87% 0.94% -
XYZ 37.11 19.78 5.48 -
YUV 96.23 104.74 230.55 -
System Red Green Blue C M Y K H S L
Decimal 240 31 55 0 0.87 0.77 0.06 353.11 0.87 0.53
Hex F0 1F 37 0 57 4D 6 161 57 35
Octal 360 37 67 0 127 115 6 541 127 65
Binary 11110000 11111 110111 0 1010111 1001101 110 101100001 1010111 110101

Color Harmonies of #F01F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01F37

Black with #F01F37

Text Example


Text Example

White with #F01F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01F37; }

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

 H1.HeaderClassName
 {
   color: #F01F37;
 }
 .AnyTagClassName
 {
   color: #F01F37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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