Shades of Alizarin #D82841
Tints of Alizarin #D82841
RGB
CMYK
RGB Variations
Color information
#D82841 (or 0xD82841) is known color: Alizarin. HEX triplet: D8, 28 and 41. RGB value is (216,40,65). Sum of RGB (Red+Green+Blue) = 216+40+65=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D82841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82841 is #27D7BE. Grayscale: #5F5F5F. Windows color (decimal): -2611135 or 4270296. OLE color: 4270296.
HSL color Cylindrical-coordinate representation of color #D82841: hue angle of 351.48º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82841 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 65 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.15 |
| HSL | 351.48º | 0.69% | 0.5% | - |
| HSV(B) | 351.48º | 0.81% | 0.85% | - |
| XYZ | 30.03 | 16.5 | 6.6 | - |
| YUV | 95.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 65 | 0 | 0.81 | 0.70 | 0.15 | 351.48 | 0.69 | 0.5 |
| Hex | D8 | 28 | 41 | 0 | 51 | 46 | F | 15F | 45 | 32 |
| Octal | 330 | 50 | 101 | 0 | 121 | 106 | 17 | 537 | 105 | 62 |
| Binary | 11011000 | 101000 | 1000001 | 0 | 1010001 | 1000110 | 1111 | 101011111 | 1000101 | 110010 |
Color Harmonies of #D82841
Complementary color
Monochromatic Colors of #D82841
Black with #D82841
Text Example
Text Example
White with #D82841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82841; }
p { color: rgb(216,40,65); }
H1.HeaderClassName
{
color: #D82841;
}
.AnyTagClassName
{
color: #D82841;
}
</style>
background-color css
<style>
a { background-color: #D82841; }
a { background-color: rgb(216,40,65); }
div.DivClassName
{
background-color: #D82841;
}
.BgClassName
{
background-color: #D82841;
}
</style>
border-color css
<style>
span { border-color: #D82841; }
span { border-color: rgb(216,40,65); }
td.TdClassName
{
border-color: #D82841;
}
.TagClassName
{
border-color: #D82841;
}
</style>