#E42238

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

Shades of Alizarin #E42238

Tints of Alizarin #E42238

Color information

#E42238 (or 0xE42238) is unknown color: approx Alizarin. HEX triplet: E4, 22 and 38. RGB value is (228,34,56). Sum of RGB (Red+Green+Blue) = 228+34+56=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E42238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42238 is #1BDDC7. Grayscale: #5E5E5E. Windows color (decimal): -1826248 or 3678948. OLE color: 3678948.

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

Color convert

RGB2283456-
CMYK00.850.750.11
HSL353.2º78.23%51.37%-
HSV(B)353.2º85.09%89.41%-
XYZ33.2817.925.45-
YUV94.51106.27223.21-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 71.70%
GREEN value IS 34 (13.67% from 255) = 10.69%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=71.70%
G=10.69%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228345600.850.750.11353.278.2351.37
HexE422380554BB1614e33
Octal344427001251131354111663
Binary1110010010001011100001010101100101110111011000011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42238; }

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

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

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

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

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

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

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

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