Shades of Alizarin #D82528
Tints of Alizarin #D82528
RGB
CMYK
RGB Variations
Color information
#D82528 (or 0xD82528) is known color: Alizarin. HEX triplet: D8, 25 and 28. RGB value is (216,37,40). Sum of RGB (Red+Green+Blue) = 216+37+40=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D82528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82528 is #27DAD7. Grayscale: #5B5B5B. Windows color (decimal): -2611928 or 2631128. OLE color: 2631128.
HSL color Cylindrical-coordinate representation of color #D82528: hue angle of 358.99º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82528 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 40 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.99º | 0.71% | 0.5% | - |
| HSV(B) | 358.99º | 0.83% | 0.85% | - |
| XYZ | 29.36 | 16.08 | 3.56 | - |
| YUV | 90.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 40 | 0 | 0.83 | 0.81 | 0.15 | 358.99 | 0.71 | 0.5 |
| Hex | D8 | 25 | 28 | 0 | 53 | 51 | F | 167 | 47 | 32 |
| Octal | 330 | 45 | 50 | 0 | 123 | 121 | 17 | 547 | 107 | 62 |
| Binary | 11011000 | 100101 | 101000 | 0 | 1010011 | 1010001 | 1111 | 101100111 | 1000111 | 110010 |
Color Harmonies of #D82528
Complementary color
Monochromatic Colors of #D82528
Black with #D82528
Text Example
Text Example
White with #D82528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82528; }
p { color: rgb(216,37,40); }
H1.HeaderClassName
{
color: #D82528;
}
.AnyTagClassName
{
color: #D82528;
}
</style>
background-color css
<style>
a { background-color: #D82528; }
a { background-color: rgb(216,37,40); }
div.DivClassName
{
background-color: #D82528;
}
.BgClassName
{
background-color: #D82528;
}
</style>
border-color css
<style>
span { border-color: #D82528; }
span { border-color: rgb(216,37,40); }
td.TdClassName
{
border-color: #D82528;
}
.TagClassName
{
border-color: #D82528;
}
</style>