Html Css Color HEX #E0222C Alizarin

📋 copy color: '#E0222C'

red 224 ◦ green 34 ◦ blue 44

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

Shades of Alizarin #E0222C

Tints of Alizarin #E0222C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 74.17%
G = 11.26%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0222C (or 0xE0222C) is known color: Alizarin. HEX triplet: E0, 22 and 2C. RGB value is (224,34,44). Sum of RGB (Red+Green+Blue) = 224+34+44=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0222C is #1FDDD3. Grayscale: #5C5C5C. Windows color (decimal): -2088404 or 2892512. OLE color: 2892512.

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

Color convert

RGB 224 34 44 -
CMYK 0 0.85 0.80 0.12
HSL 356.84º 0.75% 0.51% -
HSV(B) 356.84º 0.85% 0.88% -
XYZ 31.77 17.17 4.02 -
YUV 91.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 224 34 44 0 0.85 0.80 0.12 356.84 0.75 0.51
Hex E0 22 2C 0 55 50 C 165 4B 33
Octal 340 42 54 0 125 120 14 545 113 63
Binary 11100000 100010 101100 0 1010101 1010000 1100 101100101 1001011 110011

Color Harmonies of #E0222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0222C

Black with #E0222C

Text Example


Text Example

White with #E0222C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0222C; }

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

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

background-color css

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

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

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

border-color css

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

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

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