#E42229

Color #E42229 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #E42229

Tints of Alizarin #E42229

Color information

#E42229 (or 0xE42229) is unknown color: approx Alizarin. HEX triplet: E4, 22 and 29. RGB value is (228,34,41). Sum of RGB (Red+Green+Blue) = 228+34+41=303 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.25% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 228 - color contains mainly: red. Hex color #E42229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42229 is #1BDDD6. Grayscale: #5C5C5C. Windows color (decimal): -1826263 or 2695908. OLE color: 2695908.

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

Color convert

RGB2283441-
CMYK00.850.820.11
HSL357.84º78.23%51.37%-
HSV(B)357.84º85.09%89.41%-
XYZ32.9717.83.8-
YUV92.898.77224.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 75.25%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 41 (16.41% from 255) = 13.53%
R=75.25%
G=11.22%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228344100.850.820.11357.8478.2351.37
HexE4222905552B1664e33
Octal344425101251221354611663
Binary1110010010001010100101010101101001010111011001101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42229; }

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

 H1.HeaderClassName
 {
   color: #E42229;
 }
 .AnyTagClassName
 {
   color: #E42229;
 }
</style>
background-color css

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

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

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

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

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

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