Shades of Alizarin #D72435
Tints of Alizarin #D72435
RGB
CMYK
RGB Variations
Color information
#D72435 (or 0xD72435) is known color: Alizarin. HEX triplet: D7, 24 and 35. RGB value is (215,36,53). Sum of RGB (Red+Green+Blue) = 215+36+53=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D72435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72435 is #28DBCA. Grayscale: #5B5B5B. Windows color (decimal): -2677707 or 3482839. OLE color: 3482839.
HSL color Cylindrical-coordinate representation of color #D72435: hue angle of 354.3º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72435 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 53 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.16 |
| HSL | 354.3º | 0.71% | 0.49% | - |
| HSV(B) | 354.3º | 0.83% | 0.84% | - |
| XYZ | 29.3 | 15.97 | 4.91 | - |
| YUV | 91.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 53 | 0 | 0.83 | 0.75 | 0.16 | 354.3 | 0.71 | 0.49 |
| Hex | D7 | 24 | 35 | 0 | 53 | 4B | 10 | 162 | 47 | 31 |
| Octal | 327 | 44 | 65 | 0 | 123 | 113 | 20 | 542 | 107 | 61 |
| Binary | 11010111 | 100100 | 110101 | 0 | 1010011 | 1001011 | 10000 | 101100010 | 1000111 | 110001 |
Color Harmonies of #D72435
Complementary color
Monochromatic Colors of #D72435
Black with #D72435
Text Example
Text Example
White with #D72435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72435; }
p { color: rgb(215,36,53); }
H1.HeaderClassName
{
color: #D72435;
}
.AnyTagClassName
{
color: #D72435;
}
</style>
background-color css
<style>
a { background-color: #D72435; }
a { background-color: rgb(215,36,53); }
div.DivClassName
{
background-color: #D72435;
}
.BgClassName
{
background-color: #D72435;
}
</style>
border-color css
<style>
span { border-color: #D72435; }
span { border-color: rgb(215,36,53); }
td.TdClassName
{
border-color: #D72435;
}
.TagClassName
{
border-color: #D72435;
}
</style>