Shades of Alizarin #E72A39
Tints of Alizarin #E72A39
RGB
CMYK
RGB Variations
Color information
#E72A39 (or 0xE72A39) is known color: Alizarin. HEX triplet: E7, 2A and 39. RGB value is (231,42,57). Sum of RGB (Red+Green+Blue) = 231+42+57=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E72A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72A39 is #18D5C6. Grayscale: #646464. Windows color (decimal): -1627591 or 3746535. OLE color: 3746535.
HSL color Cylindrical-coordinate representation of color #E72A39: hue angle of 355.24º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72A39 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 57 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.09 |
| HSL | 355.24º | 0.8% | 0.54% | - |
| HSV(B) | 355.24º | 0.82% | 0.91% | - |
| XYZ | 34.52 | 18.94 | 5.71 | - |
| YUV | 100.22 | 103.62 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 57 | 0 | 0.82 | 0.75 | 0.09 | 355.24 | 0.8 | 0.54 |
| Hex | E7 | 2A | 39 | 0 | 52 | 4B | 9 | 163 | 50 | 36 |
| Octal | 347 | 52 | 71 | 0 | 122 | 113 | 11 | 543 | 120 | 66 |
| Binary | 11100111 | 101010 | 111001 | 0 | 1010010 | 1001011 | 1001 | 101100011 | 1010000 | 110110 |
Color Harmonies of #E72A39
Complementary color
Monochromatic Colors of #E72A39
Black with #E72A39
Text Example
Text Example
White with #E72A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72A39; }
p { color: rgb(231,42,57); }
H1.HeaderClassName
{
color: #E72A39;
}
.AnyTagClassName
{
color: #E72A39;
}
</style>
background-color css
<style>
a { background-color: #E72A39; }
a { background-color: rgb(231,42,57); }
div.DivClassName
{
background-color: #E72A39;
}
.BgClassName
{
background-color: #E72A39;
}
</style>
border-color css
<style>
span { border-color: #E72A39; }
span { border-color: rgb(231,42,57); }
td.TdClassName
{
border-color: #E72A39;
}
.TagClassName
{
border-color: #E72A39;
}
</style>