Shades of Alizarin #E12333
Tints of Alizarin #E12333
RGB
CMYK
RGB Variations
Color information
#E12333 (or 0xE12333) is known color: Alizarin. HEX triplet: E1, 23 and 33. RGB value is (225,35,51). Sum of RGB (Red+Green+Blue) = 225+35+51=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E12333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12333 is #1EDCCC. Grayscale: #5D5D5D. Windows color (decimal): -2022605 or 3351521. OLE color: 3351521.
HSL color Cylindrical-coordinate representation of color #E12333: hue angle of 354.95º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12333 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 51 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.12 |
| HSL | 354.95º | 0.76% | 0.51% | - |
| HSV(B) | 354.95º | 0.84% | 0.88% | - |
| XYZ | 32.25 | 17.45 | 4.8 | - |
| YUV | 93.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 51 | 0 | 0.84 | 0.77 | 0.12 | 354.95 | 0.76 | 0.51 |
| Hex | E1 | 23 | 33 | 0 | 54 | 4D | C | 163 | 4C | 33 |
| Octal | 341 | 43 | 63 | 0 | 124 | 115 | 14 | 543 | 114 | 63 |
| Binary | 11100001 | 100011 | 110011 | 0 | 1010100 | 1001101 | 1100 | 101100011 | 1001100 | 110011 |
Color Harmonies of #E12333
Complementary color
Monochromatic Colors of #E12333
Black with #E12333
Text Example
Text Example
White with #E12333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12333; }
p { color: rgb(225,35,51); }
H1.HeaderClassName
{
color: #E12333;
}
.AnyTagClassName
{
color: #E12333;
}
</style>
background-color css
<style>
a { background-color: #E12333; }
a { background-color: rgb(225,35,51); }
div.DivClassName
{
background-color: #E12333;
}
.BgClassName
{
background-color: #E12333;
}
</style>
border-color css
<style>
span { border-color: #E12333; }
span { border-color: rgb(225,35,51); }
td.TdClassName
{
border-color: #E12333;
}
.TagClassName
{
border-color: #E12333;
}
</style>