Html Css Color HEX #E02124 Alizarin

📋 copy color: '#E02124'

red 224 ◦ green 33 ◦ blue 36

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

Shades of Alizarin #E02124

Tints of Alizarin #E02124

RGB

 RED value IS 224 (87.89% from 255) = 76.45%

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 76.45%
G = 11.26%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E02124 (or 0xE02124) is known color: Alizarin. HEX triplet: E0, 21 and 24. RGB value is (224,33,36). Sum of RGB (Red+Green+Blue) = 224+33+36=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E02124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02124 is #1FDEDB. Grayscale: #5A5A5A. Windows color (decimal): -2088668 or 2367968. OLE color: 2367968.

HSL color Cylindrical-coordinate representation of color #E02124: hue angle of 359.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02124 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 36 -
CMYK 0 0.85 0.84 0.12
HSL 359.06º 0.75% 0.5% -
HSV(B) 359.06º 0.85% 0.88% -
XYZ 31.6 17.06 3.3 -
YUV 90.45 97.28 223.26 -
System Red Green Blue C M Y K H S L
Decimal 224 33 36 0 0.85 0.84 0.12 359.06 0.75 0.5
Hex E0 21 24 0 55 54 C 167 4B 32
Octal 340 41 44 0 125 124 14 547 113 62
Binary 11100000 100001 100100 0 1010101 1010100 1100 101100111 1001011 110010

Color Harmonies of #E02124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02124

Black with #E02124

Text Example


Text Example

White with #E02124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02124; }

 p { color: rgb(224,33,36); }

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

background-color css

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

 a { background-color: rgb(224,33,36); }

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

border-color css

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

 span { border-color: rgb(224,33,36); }

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