Html Css Color HEX #E32229 Alizarin

📋 copy color: '#E32229'

red 227 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #E32229

Tints of Alizarin #E32229

RGB

 RED value IS 227 (89.06% from 255) = 75.17%

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

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

R = 75.17%
G = 11.26%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E32229 (or 0xE32229) is known color: Alizarin. HEX triplet: E3, 22 and 29. RGB value is (227,34,41). Sum of RGB (Red+Green+Blue) = 227+34+41=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E32229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32229 is #1CDDD6. Grayscale: #5C5C5C. Windows color (decimal): -1891799 or 2695907. OLE color: 2695907.

HSL color Cylindrical-coordinate representation of color #E32229: hue angle of 357.82º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32229 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 34 41 -
CMYK 0 0.85 0.82 0.11
HSL 357.82º 0.78% 0.51% -
HSV(B) 357.82º 0.85% 0.89% -
XYZ 32.65 17.64 3.78 -
YUV 92.51 98.94 223.93 -
System Red Green Blue C M Y K H S L
Decimal 227 34 41 0 0.85 0.82 0.11 357.82 0.78 0.51
Hex E3 22 29 0 55 52 B 166 4E 33
Octal 343 42 51 0 125 122 13 546 116 63
Binary 11100011 100010 101001 0 1010101 1010010 1011 101100110 1001110 110011

Color Harmonies of #E32229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32229

Black with #E32229

Text Example


Text Example

White with #E32229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32229; }

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

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

background-color css

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

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

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

border-color css

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

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

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