#E12E3A

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

Shades of Alizarin #E12E3A

Tints of Alizarin #E12E3A

Color information

#E12E3A (or 0xE12E3A) is unknown color: approx Alizarin. HEX triplet: E1, 2E and 3A. RGB value is (225,46,58). Sum of RGB (Red+Green+Blue) = 225+46+58=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12E3A is #1ED1C5. Grayscale: #656565. Windows color (decimal): -2019782 or 3813089. OLE color: 3813089.

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

Color convert

RGB2254658-
CMYK00.800.740.12
HSL355.98º74.9%53.14%-
HSV(B)355.98º79.56%88.24%-
XYZ32.7918.275.8-
YUV100.89103.8216.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.39%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=68.39%
G=13.98%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225465800.800.740.12355.9874.953.14
HexE12E3A0504AC1644b35
Octal341567201201121454411365
Binary1110000110111011101001010000100101011001011001001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12E3A; }

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

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

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

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

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

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

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

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