Html Css Color HEX #E02229 Alizarin

📋 copy color: '#E02229'

red 224 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #E02229

Tints of Alizarin #E02229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 74.92%
G = 11.37%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E02229 (or 0xE02229) is known color: Alizarin. HEX triplet: E0, 22 and 29. RGB value is (224,34,41). Sum of RGB (Red+Green+Blue) = 224+34+41=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E02229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02229 is #1FDDD6. Grayscale: #5B5B5B. Windows color (decimal): -2088407 or 2695904. OLE color: 2695904.

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

Color convert

RGB 224 34 41 -
CMYK 0 0.85 0.82 0.12
HSL 357.79º 0.75% 0.51% -
HSV(B) 357.79º 0.85% 0.88% -
XYZ 31.71 17.15 3.74 -
YUV 91.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 224 34 41 0 0.85 0.82 0.12 357.79 0.75 0.51
Hex E0 22 29 0 55 52 C 166 4B 33
Octal 340 42 51 0 125 122 14 546 113 63
Binary 11100000 100010 101001 0 1010101 1010010 1100 101100110 1001011 110011

Color Harmonies of #E02229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02229

Black with #E02229

Text Example


Text Example

White with #E02229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02229; }

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

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

background-color css

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

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

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

border-color css

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

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

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