Shades of Alizarin #E72D2F
Tints of Alizarin #E72D2F
RGB
CMYK
RGB Variations
Color information
#E72D2F (or 0xE72D2F) is known color: Alizarin. HEX triplet: E7, 2D and 2F. RGB value is (231,45,47). Sum of RGB (Red+Green+Blue) = 231+45+47=323 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.52% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 231 - color contains mainly: red. Hex color #E72D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72D2F is #18D2D0. Grayscale: #656565. Windows color (decimal): -1626833 or 3091943. OLE color: 3091943.
HSL color Cylindrical-coordinate representation of color #E72D2F: hue angle of 359.35º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72D2F is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 45 | 47 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.09 |
| HSL | 359.35º | 0.79% | 0.54% | - |
| HSV(B) | 359.35º | 0.81% | 0.91% | - |
| XYZ | 34.41 | 19.07 | 4.56 | - |
| YUV | 100.84 | 97.62 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 47 | 0 | 0.81 | 0.80 | 0.09 | 359.35 | 0.79 | 0.54 |
| Hex | E7 | 2D | 2F | 0 | 51 | 50 | 9 | 167 | 4F | 36 |
| Octal | 347 | 55 | 57 | 0 | 121 | 120 | 11 | 547 | 117 | 66 |
| Binary | 11100111 | 101101 | 101111 | 0 | 1010001 | 1010000 | 1001 | 101100111 | 1001111 | 110110 |
Color Harmonies of #E72D2F
Complementary color
Monochromatic Colors of #E72D2F
Black with #E72D2F
Text Example
Text Example
White with #E72D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72D2F; }
p { color: rgb(231,45,47); }
H1.HeaderClassName
{
color: #E72D2F;
}
.AnyTagClassName
{
color: #E72D2F;
}
</style>
background-color css
<style>
a { background-color: #E72D2F; }
a { background-color: rgb(231,45,47); }
div.DivClassName
{
background-color: #E72D2F;
}
.BgClassName
{
background-color: #E72D2F;
}
</style>
border-color css
<style>
span { border-color: #E72D2F; }
span { border-color: rgb(231,45,47); }
td.TdClassName
{
border-color: #E72D2F;
}
.TagClassName
{
border-color: #E72D2F;
}
</style>