#E1222A

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

Shades of Alizarin #E1222A

Tints of Alizarin #E1222A

Color information

#E1222A (or 0xE1222A) is unknown color: approx Alizarin. HEX triplet: E1, 22 and 2A. RGB value is (225,34,42). Sum of RGB (Red+Green+Blue) = 225+34+42=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1222A is #1EDDD5. Grayscale: #5C5C5C. Windows color (decimal): -2022870 or 2761441. OLE color: 2761441.

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

Color convert

RGB2253442-
CMYK00.850.810.12
HSL357.49º76.1%50.78%-
HSV(B)357.49º84.89%88.24%-
XYZ32.0417.323.84-
YUV92.0299.78222.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.75%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=74.75%
G=11.30%
B=13.95%

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
Decimal225344200.850.810.12357.4976.150.78
HexE1222A05551C1654c33
Octal341425201251211454511463
Binary1110000110001010101001010101101000111001011001011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1222A; }

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

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

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

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

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

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

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

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