Html Css Color HEX #E02228 Alizarin

📋 copy color: '#E02228'

red 224 ◦ green 34 ◦ blue 40

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

Shades of Alizarin #E02228

Tints of Alizarin #E02228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 75.17%
G = 11.41%
B = 13.42%

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

#E02228 (or 0xE02228) is known color: Alizarin. HEX triplet: E0, 22 and 28. RGB value is (224,34,40). Sum of RGB (Red+Green+Blue) = 224+34+40=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E02228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02228 is #1FDDD7. Grayscale: #5B5B5B. Windows color (decimal): -2088408 or 2630368. OLE color: 2630368.

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

Color convert

RGB 224 34 40 -
CMYK 0 0.85 0.82 0.12
HSL 358.11º 0.75% 0.51% -
HSV(B) 358.11º 0.85% 0.88% -
XYZ 31.7 17.14 3.65 -
YUV 91.49 98.95 222.51 -
System Red Green Blue C M Y K H S L
Decimal 224 34 40 0 0.85 0.82 0.12 358.11 0.75 0.51
Hex E0 22 28 0 55 52 C 166 4B 33
Octal 340 42 50 0 125 122 14 546 113 63
Binary 11100000 100010 101000 0 1010101 1010010 1100 101100110 1001011 110011

Color Harmonies of #E02228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02228

Black with #E02228

Text Example


Text Example

White with #E02228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02228; }

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

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

background-color css

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

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

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

border-color css

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

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

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