Shades of Alizarin #D82D3C
Tints of Alizarin #D82D3C
RGB
CMYK
RGB Variations
Color information
#D82D3C (or 0xD82D3C) is known color: Alizarin. HEX triplet: D8, 2D and 3C. RGB value is (216,45,60). Sum of RGB (Red+Green+Blue) = 216+45+60=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D3C is #27D2C3. Grayscale: #616161. Windows color (decimal): -2609860 or 3943896. OLE color: 3943896.
HSL color Cylindrical-coordinate representation of color #D82D3C: hue angle of 354.74º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82D3C is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 60 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.15 |
| HSL | 354.74º | 0.69% | 0.51% | - |
| HSV(B) | 354.74º | 0.79% | 0.85% | - |
| XYZ | 30.07 | 16.8 | 5.93 | - |
| YUV | 97.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 60 | 0 | 0.79 | 0.72 | 0.15 | 354.74 | 0.69 | 0.51 |
| Hex | D8 | 2D | 3C | 0 | 4F | 48 | F | 163 | 45 | 33 |
| Octal | 330 | 55 | 74 | 0 | 117 | 110 | 17 | 543 | 105 | 63 |
| Binary | 11011000 | 101101 | 111100 | 0 | 1001111 | 1001000 | 1111 | 101100011 | 1000101 | 110011 |
Color Harmonies of #D82D3C
Complementary color
Monochromatic Colors of #D82D3C
Black with #D82D3C
Text Example
Text Example
White with #D82D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82D3C; }
p { color: rgb(216,45,60); }
H1.HeaderClassName
{
color: #D82D3C;
}
.AnyTagClassName
{
color: #D82D3C;
}
</style>
background-color css
<style>
a { background-color: #D82D3C; }
a { background-color: rgb(216,45,60); }
div.DivClassName
{
background-color: #D82D3C;
}
.BgClassName
{
background-color: #D82D3C;
}
</style>
border-color css
<style>
span { border-color: #D82D3C; }
span { border-color: rgb(216,45,60); }
td.TdClassName
{
border-color: #D82D3C;
}
.TagClassName
{
border-color: #D82D3C;
}
</style>