Shades of Alizarin #D72432
Tints of Alizarin #D72432
RGB
CMYK
RGB Variations
Color information
#D72432 (or 0xD72432) is known color: Alizarin. HEX triplet: D7, 24 and 32. RGB value is (215,36,50). Sum of RGB (Red+Green+Blue) = 215+36+50=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D72432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72432 is #28DBCD. Grayscale: #5B5B5B. Windows color (decimal): -2677710 or 3286231. OLE color: 3286231.
HSL color Cylindrical-coordinate representation of color #D72432: hue angle of 355.31º 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 #D72432 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 50 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.16 |
| HSL | 355.31º | 0.71% | 0.49% | - |
| HSV(B) | 355.31º | 0.83% | 0.84% | - |
| XYZ | 29.23 | 15.94 | 4.55 | - |
| YUV | 91.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 50 | 0 | 0.83 | 0.77 | 0.16 | 355.31 | 0.71 | 0.49 |
| Hex | D7 | 24 | 32 | 0 | 53 | 4D | 10 | 163 | 47 | 31 |
| Octal | 327 | 44 | 62 | 0 | 123 | 115 | 20 | 543 | 107 | 61 |
| Binary | 11010111 | 100100 | 110010 | 0 | 1010011 | 1001101 | 10000 | 101100011 | 1000111 | 110001 |
Color Harmonies of #D72432
Complementary color
Monochromatic Colors of #D72432
Black with #D72432
Text Example
Text Example
White with #D72432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72432; }
p { color: rgb(215,36,50); }
H1.HeaderClassName
{
color: #D72432;
}
.AnyTagClassName
{
color: #D72432;
}
</style>
background-color css
<style>
a { background-color: #D72432; }
a { background-color: rgb(215,36,50); }
div.DivClassName
{
background-color: #D72432;
}
.BgClassName
{
background-color: #D72432;
}
</style>
border-color css
<style>
span { border-color: #D72432; }
span { border-color: rgb(215,36,50); }
td.TdClassName
{
border-color: #D72432;
}
.TagClassName
{
border-color: #D72432;
}
</style>