#E1202D

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

Shades of Alizarin #E1202D

Tints of Alizarin #E1202D

Color information

#E1202D (or 0xE1202D) is unknown color: approx Alizarin. HEX triplet: E1, 20 and 2D. RGB value is (225,32,45). Sum of RGB (Red+Green+Blue) = 225+32+45=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1202D is #1EDFD2. Grayscale: #5B5B5B. Windows color (decimal): -2023379 or 2957537. OLE color: 2957537.

HSL color Cylindrical-coordinate representation of color #E1202D: hue angle of 355.96º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1202D is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.12.

Color convert

RGB2253245-
CMYK00.860.80.12
HSL355.96º76.28%50.39%-
HSV(B)355.96º85.78%88.24%-
XYZ32.0417.234.12-
YUV91.19101.94223.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 74.50%
GREEN value IS 32 (12.89% from 255) = 10.60%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=74.50%
G=10.60%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.8
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225324500.860.80.12355.9676.2850.39
HexE1202D05650C1644c32
Octal341405501261201454411462
Binary1110000110000010110101010110101000011001011001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1202D; }

 p { color: rgb(225,32,45); }

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

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

 a { background-color: rgb(225,32,45); }

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

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

 span { border-color: rgb(225,32,45); }

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