Shades of Alizarin #D72A2F
Tints of Alizarin #D72A2F
RGB
CMYK
RGB Variations
Color information
#D72A2F (or 0xD72A2F) is known color: Alizarin. HEX triplet: D7, 2A and 2F. RGB value is (215,42,47). Sum of RGB (Red+Green+Blue) = 215+42+47=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A2F is #28D5D0. Grayscale: #5E5E5E. Windows color (decimal): -2676177 or 3091159. OLE color: 3091159.
HSL color Cylindrical-coordinate representation of color #D72A2F: hue angle of 358.27º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72A2F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 47 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.16 |
| HSL | 358.27º | 0.68% | 0.5% | - |
| HSV(B) | 358.27º | 0.8% | 0.84% | - |
| XYZ | 29.37 | 16.31 | 4.29 | - |
| YUV | 94.3 | 101.31 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 47 | 0 | 0.80 | 0.78 | 0.16 | 358.27 | 0.68 | 0.5 |
| Hex | D7 | 2A | 2F | 0 | 50 | 4E | 10 | 166 | 44 | 32 |
| Octal | 327 | 52 | 57 | 0 | 120 | 116 | 20 | 546 | 104 | 62 |
| Binary | 11010111 | 101010 | 101111 | 0 | 1010000 | 1001110 | 10000 | 101100110 | 1000100 | 110010 |
Color Harmonies of #D72A2F
Complementary color
Monochromatic Colors of #D72A2F
Black with #D72A2F
Text Example
Text Example
White with #D72A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A2F; }
p { color: rgb(215,42,47); }
H1.HeaderClassName
{
color: #D72A2F;
}
.AnyTagClassName
{
color: #D72A2F;
}
</style>
background-color css
<style>
a { background-color: #D72A2F; }
a { background-color: rgb(215,42,47); }
div.DivClassName
{
background-color: #D72A2F;
}
.BgClassName
{
background-color: #D72A2F;
}
</style>
border-color css
<style>
span { border-color: #D72A2F; }
span { border-color: rgb(215,42,47); }
td.TdClassName
{
border-color: #D72A2F;
}
.TagClassName
{
border-color: #D72A2F;
}
</style>