#E12D3A

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

Shades of Alizarin #E12D3A

Tints of Alizarin #E12D3A

Color information

#E12D3A (or 0xE12D3A) is unknown color: approx Alizarin. HEX triplet: E1, 2D and 3A. RGB value is (225,45,58). Sum of RGB (Red+Green+Blue) = 225+45+58=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D3A is #1ED2C5. Grayscale: #646464. Windows color (decimal): -2020038 or 3812833. OLE color: 3812833.

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

Color convert

RGB2254558-
CMYK00.80.740.12
HSL355.67º75%52.94%-
HSV(B)355.67º80%88.24%-
XYZ32.7518.195.79-
YUV100.3104.13216.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.60%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=68.60%
G=13.72%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225455800.80.740.12355.677552.94
HexE12D3A0504AC1644b35
Octal341557201201121454411365
Binary1110000110110111101001010000100101011001011001001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12D3A; }

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

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

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

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

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

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

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

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