Html Css Color HEX #E02136 Alizarin

📋 copy color: '#E02136'

red 224 ◦ green 33 ◦ blue 54

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

Shades of Alizarin #E02136

Tints of Alizarin #E02136

RGB

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

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

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

R = 72.03%
G = 10.61%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E02136 (or 0xE02136) is known color: Alizarin. HEX triplet: E0, 21 and 36. RGB value is (224,33,54). Sum of RGB (Red+Green+Blue) = 224+33+54=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E02136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02136 is #1FDEC9. Grayscale: #5C5C5C. Windows color (decimal): -2088650 or 3547616. OLE color: 3547616.

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

Color convert

RGB 224 33 54 -
CMYK 0 0.85 0.76 0.12
HSL 353.4º 0.75% 0.5% -
HSV(B) 353.4º 0.85% 0.88% -
XYZ 31.95 17.2 5.13 -
YUV 92.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 224 33 54 0 0.85 0.76 0.12 353.4 0.75 0.5
Hex E0 21 36 0 55 4C C 161 4B 32
Octal 340 41 66 0 125 114 14 541 113 62
Binary 11100000 100001 110110 0 1010101 1001100 1100 101100001 1001011 110010

Color Harmonies of #E02136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02136

Black with #E02136

Text Example


Text Example

White with #E02136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02136; }

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

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

background-color css

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

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

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

border-color css

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

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

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