Html Css Color HEX #E02223 Alizarin

📋 copy color: '#E02223'

red 224 ◦ green 34 ◦ blue 35

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

Shades of Alizarin #E02223

Tints of Alizarin #E02223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.95%

R = 76.45%
G = 11.6%
B = 11.95%

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

#E02223 (or 0xE02223) is known color: Alizarin. HEX triplet: E0, 22 and 23. RGB value is (224,34,35). Sum of RGB (Red+Green+Blue) = 224+34+35=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E02223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02223 is #1FDDDC. Grayscale: #5B5B5B. Windows color (decimal): -2088413 or 2302688. OLE color: 2302688.

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

Color convert

RGB 224 34 35 -
CMYK 0 0.85 0.84 0.12
HSL 359.68º 0.75% 0.51% -
HSV(B) 359.68º 0.85% 0.88% -
XYZ 31.62 17.11 3.23 -
YUV 90.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 224 34 35 0 0.85 0.84 0.12 359.68 0.75 0.51
Hex E0 22 23 0 55 54 C 168 4B 33
Octal 340 42 43 0 125 124 14 550 113 63
Binary 11100000 100010 100011 0 1010101 1010100 1100 101101000 1001011 110011

Color Harmonies of #E02223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02223

Black with #E02223

Text Example


Text Example

White with #E02223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02223; }

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

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

background-color css

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

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

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

border-color css

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

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

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