#E1222B

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

Shades of Alizarin #E1222B

Tints of Alizarin #E1222B

Color information

#E1222B (or 0xE1222B) is unknown color: approx Alizarin. HEX triplet: E1, 22 and 2B. RGB value is (225,34,43). Sum of RGB (Red+Green+Blue) = 225+34+43=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1222B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1222B is #1EDDD4. Grayscale: #5C5C5C. Windows color (decimal): -2022869 or 2826977. OLE color: 2826977.

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

Color convert

RGB2253443-
CMYK00.850.810.12
HSL357.17º76.1%50.78%-
HSV(B)357.17º84.89%88.24%-
XYZ32.0617.333.94-
YUV92.14100.28222.77-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.50%
GREEN value IS 34 (13.67% from 255) = 11.26%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=74.50%
G=11.26%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225344300.850.810.12357.1776.150.78
HexE1222B05551C1654c33
Octal341425301251211454511463
Binary1110000110001010101101010101101000111001011001011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1222B; }

 p { color: rgb(225,34,43); }

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

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

 a { background-color: rgb(225,34,43); }

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

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

 span { border-color: rgb(225,34,43); }

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