#E12E3C

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

Shades of Alizarin #E12E3C

Tints of Alizarin #E12E3C

Color information

#E12E3C (or 0xE12E3C) is unknown color: approx Alizarin. HEX triplet: E1, 2E and 3C. RGB value is (225,46,60). Sum of RGB (Red+Green+Blue) = 225+46+60=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12E3C is #1ED1C3. Grayscale: #656565. Windows color (decimal): -2019780 or 3944161. OLE color: 3944161.

HSL color Cylindrical-coordinate representation of color #E12E3C: hue angle of 355.31º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12E3C is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2254660-
CMYK00.800.730.12
HSL355.31º74.9%53.14%-
HSV(B)355.31º79.56%88.24%-
XYZ32.8418.296.07-
YUV101.12104.8216.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.98%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=67.98%
G=13.90%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225466000.800.730.12355.3174.953.14
HexE12E3C05049C1634b35
Octal341567401201111454311365
Binary1110000110111011110001010000100100111001011000111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E3C; }

 p { color: rgb(225,46,60); }

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

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

 a { background-color: rgb(225,46,60); }

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

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

 span { border-color: rgb(225,46,60); }

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