Shades of Alizarin #D82529
Tints of Alizarin #D82529
RGB
CMYK
RGB Variations
Color information
#D82529 (or 0xD82529) is known color: Alizarin. HEX triplet: D8, 25 and 29. RGB value is (216,37,41). Sum of RGB (Red+Green+Blue) = 216+37+41=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D82529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82529 is #27DAD6. Grayscale: #5B5B5B. Windows color (decimal): -2611927 or 2696664. OLE color: 2696664.
HSL color Cylindrical-coordinate representation of color #D82529: hue angle of 358.66º 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 #D82529 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.66º | 0.71% | 0.5% | - |
| HSV(B) | 358.66º | 0.83% | 0.85% | - |
| XYZ | 29.38 | 16.08 | 3.65 | - |
| YUV | 90.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 41 | 0 | 0.83 | 0.81 | 0.15 | 358.66 | 0.71 | 0.5 |
| Hex | D8 | 25 | 29 | 0 | 53 | 51 | F | 167 | 47 | 32 |
| Octal | 330 | 45 | 51 | 0 | 123 | 121 | 17 | 547 | 107 | 62 |
| Binary | 11011000 | 100101 | 101001 | 0 | 1010011 | 1010001 | 1111 | 101100111 | 1000111 | 110010 |
Color Harmonies of #D82529
Complementary color
Monochromatic Colors of #D82529
Black with #D82529
Text Example
Text Example
White with #D82529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82529; }
p { color: rgb(216,37,41); }
H1.HeaderClassName
{
color: #D82529;
}
.AnyTagClassName
{
color: #D82529;
}
</style>
background-color css
<style>
a { background-color: #D82529; }
a { background-color: rgb(216,37,41); }
div.DivClassName
{
background-color: #D82529;
}
.BgClassName
{
background-color: #D82529;
}
</style>
border-color css
<style>
span { border-color: #D82529; }
span { border-color: rgb(216,37,41); }
td.TdClassName
{
border-color: #D82529;
}
.TagClassName
{
border-color: #D82529;
}
</style>