Html Css Color HEX #F02836 Alizarin

📋 copy color: '#F02836'

red 240 ◦ green 40 ◦ blue 54

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

Shades of Alizarin #F02836

Tints of Alizarin #F02836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.98%

 BLUE value IS 54 (21.48% from 255) = 16.17%

R = 71.86%
G = 11.98%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F02836 (or 0xF02836) is known color: Alizarin. HEX triplet: F0, 28 and 36. RGB value is (240,40,54). Sum of RGB (Red+Green+Blue) = 240+40+54=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F02836 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02836 is #0FD7C9. Grayscale: #656565. Windows color (decimal): -1038282 or 3549424. OLE color: 3549424.

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

Color convert

RGB 240 40 54 -
CMYK 0 0.83 0.78 0.06
HSL 355.8º 0.87% 0.55% -
HSV(B) 355.8º 0.83% 0.94% -
XYZ 37.36 20.31 5.44 -
YUV 101.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 240 40 54 0 0.83 0.78 0.06 355.8 0.87 0.55
Hex F0 28 36 0 53 4E 6 164 57 37
Octal 360 50 66 0 123 116 6 544 127 67
Binary 11110000 101000 110110 0 1010011 1001110 110 101100100 1010111 110111

Color Harmonies of #F02836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02836

Black with #F02836

Text Example


Text Example

White with #F02836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02836; }

 p { color: rgb(240,40,54); }

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

background-color css

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

 a { background-color: rgb(240,40,54); }

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

border-color css

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

 span { border-color: rgb(240,40,54); }

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