#E12D3C

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

Shades of Alizarin #E12D3C

Tints of Alizarin #E12D3C

Color information

#E12D3C (or 0xE12D3C) is unknown color: approx Alizarin. HEX triplet: E1, 2D and 3C. RGB value is (225,45,60). Sum of RGB (Red+Green+Blue) = 225+45+60=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D3C is #1ED2C3. Grayscale: #646464. Windows color (decimal): -2020036 or 3943905. OLE color: 3943905.

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

Color convert

RGB2254560-
CMYK00.80.730.12
HSL355º75%52.94%-
HSV(B)355º80%88.24%-
XYZ32.8118.216.06-
YUV100.53105.13216.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.18%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 60 (23.83% from 255) = 18.18%
R=68.18%
G=13.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225456000.80.730.123557552.94
HexE12D3C05049C1634b35
Octal341557401201111454311365
Binary1110000110110111110001010000100100111001011000111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12D3C; }

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

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

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

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

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

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

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

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