Html Css Color HEX #E02224 Alizarin

📋 copy color: '#E02224'

red 224 ◦ green 34 ◦ blue 36

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

Shades of Alizarin #E02224

Tints of Alizarin #E02224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.56%

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

R = 76.19%
G = 11.56%
B = 12.24%

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

#E02224 (or 0xE02224) is known color: Alizarin. HEX triplet: E0, 22 and 24. RGB value is (224,34,36). Sum of RGB (Red+Green+Blue) = 224+34+36=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02224 is #1FDDDB. Grayscale: #5B5B5B. Windows color (decimal): -2088412 or 2368224. OLE color: 2368224.

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

Color convert

RGB 224 34 36 -
CMYK 0 0.85 0.84 0.12
HSL 359.37º 0.75% 0.51% -
HSV(B) 359.37º 0.85% 0.88% -
XYZ 31.63 17.12 3.31 -
YUV 91.04 96.95 222.84 -
System Red Green Blue C M Y K H S L
Decimal 224 34 36 0 0.85 0.84 0.12 359.37 0.75 0.51
Hex E0 22 24 0 55 54 C 167 4B 33
Octal 340 42 44 0 125 124 14 547 113 63
Binary 11100000 100010 100100 0 1010101 1010100 1100 101100111 1001011 110011

Color Harmonies of #E02224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02224

Black with #E02224

Text Example


Text Example

White with #E02224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02224; }

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

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

background-color css

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

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

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

border-color css

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

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

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