Html Css Color HEX #E02226 Alizarin

📋 copy color: '#E02226'

red 224 ◦ green 34 ◦ blue 38

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

Shades of Alizarin #E02226

Tints of Alizarin #E02226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 75.68%
G = 11.49%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E02226 (or 0xE02226) is known color: Alizarin. HEX triplet: E0, 22 and 26. RGB value is (224,34,38). Sum of RGB (Red+Green+Blue) = 224+34+38=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E02226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02226 is #1FDDD9. Grayscale: #5B5B5B. Windows color (decimal): -2088410 or 2499296. OLE color: 2499296.

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

Color convert

RGB 224 34 38 -
CMYK 0 0.85 0.83 0.12
HSL 358.74º 0.75% 0.51% -
HSV(B) 358.74º 0.85% 0.88% -
XYZ 31.66 17.13 3.47 -
YUV 91.27 97.95 222.67 -
System Red Green Blue C M Y K H S L
Decimal 224 34 38 0 0.85 0.83 0.12 358.74 0.75 0.51
Hex E0 22 26 0 55 53 C 167 4B 33
Octal 340 42 46 0 125 123 14 547 113 63
Binary 11100000 100010 100110 0 1010101 1010011 1100 101100111 1001011 110011

Color Harmonies of #E02226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02226

Black with #E02226

Text Example


Text Example

White with #E02226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02226; }

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

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

background-color css

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

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

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

border-color css

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

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

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