#E12135

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

Shades of Alizarin #E12135

Tints of Alizarin #E12135

Color information

#E12135 (or 0xE12135) is unknown color: approx Alizarin. HEX triplet: E1, 21 and 35. RGB value is (225,33,53). Sum of RGB (Red+Green+Blue) = 225+33+53=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E12135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12135 is #1EDECA. Grayscale: #5C5C5C. Windows color (decimal): -2023115 or 3482081. OLE color: 3482081.

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

Color convert

RGB2253353-
CMYK00.850.760.12
HSL353.75º76.19%50.59%-
HSV(B)353.75º85.33%88.24%-
XYZ32.2417.355.02-
YUV92.69105.61222.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 72.35%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=72.35%
G=10.61%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225335300.850.760.12353.7576.1950.59
HexE121350554CC1624c33
Octal341416501251141454211463
Binary1110000110000111010101010101100110011001011000101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12135; }

 p { color: rgb(225,33,53); }

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

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

 a { background-color: rgb(225,33,53); }

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

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

 span { border-color: rgb(225,33,53); }

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