Shades of Alizarin #D72A3A
Tints of Alizarin #D72A3A
RGB
CMYK
RGB Variations
Color information
#D72A3A (or 0xD72A3A) is known color: Alizarin. HEX triplet: D7, 2A and 3A. RGB value is (215,42,58). Sum of RGB (Red+Green+Blue) = 215+42+58=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72A3A is #28D5C5. Grayscale: #5F5F5F. Windows color (decimal): -2676166 or 3812055. OLE color: 3812055.
HSL color Cylindrical-coordinate representation of color #D72A3A: hue angle of 354.45º 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 #D72A3A is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 58 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.16 |
| HSL | 354.45º | 0.68% | 0.5% | - |
| HSV(B) | 354.45º | 0.8% | 0.84% | - |
| XYZ | 29.62 | 16.41 | 5.61 | - |
| YUV | 95.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 58 | 0 | 0.80 | 0.73 | 0.16 | 354.45 | 0.68 | 0.5 |
| Hex | D7 | 2A | 3A | 0 | 50 | 49 | 10 | 162 | 44 | 32 |
| Octal | 327 | 52 | 72 | 0 | 120 | 111 | 20 | 542 | 104 | 62 |
| Binary | 11010111 | 101010 | 111010 | 0 | 1010000 | 1001001 | 10000 | 101100010 | 1000100 | 110010 |
Color Harmonies of #D72A3A
Complementary color
Monochromatic Colors of #D72A3A
Black with #D72A3A
Text Example
Text Example
White with #D72A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72A3A; }
p { color: rgb(215,42,58); }
H1.HeaderClassName
{
color: #D72A3A;
}
.AnyTagClassName
{
color: #D72A3A;
}
</style>
background-color css
<style>
a { background-color: #D72A3A; }
a { background-color: rgb(215,42,58); }
div.DivClassName
{
background-color: #D72A3A;
}
.BgClassName
{
background-color: #D72A3A;
}
</style>
border-color css
<style>
span { border-color: #D72A3A; }
span { border-color: rgb(215,42,58); }
td.TdClassName
{
border-color: #D72A3A;
}
.TagClassName
{
border-color: #D72A3A;
}
</style>