Shades of Alizarin #D82F3C
Tints of Alizarin #D82F3C
RGB
CMYK
RGB Variations
Color information
#D82F3C (or 0xD82F3C) is known color: Alizarin. HEX triplet: D8, 2F and 3C. RGB value is (216,47,60). Sum of RGB (Red+Green+Blue) = 216+47+60=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F3C is #27D0C3. Grayscale: #636363. Windows color (decimal): -2609348 or 3944408. OLE color: 3944408.
HSL color Cylindrical-coordinate representation of color #D82F3C: hue angle of 355.38º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F3C is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 60 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.15 |
| HSL | 355.38º | 0.68% | 0.52% | - |
| HSV(B) | 355.38º | 0.78% | 0.85% | - |
| XYZ | 30.15 | 16.96 | 5.96 | - |
| YUV | 99.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 60 | 0 | 0.78 | 0.72 | 0.15 | 355.38 | 0.68 | 0.52 |
| Hex | D8 | 2F | 3C | 0 | 4E | 48 | F | 163 | 44 | 34 |
| Octal | 330 | 57 | 74 | 0 | 116 | 110 | 17 | 543 | 104 | 64 |
| Binary | 11011000 | 101111 | 111100 | 0 | 1001110 | 1001000 | 1111 | 101100011 | 1000100 | 110100 |
Color Harmonies of #D82F3C
Complementary color
Monochromatic Colors of #D82F3C
Black with #D82F3C
Text Example
Text Example
White with #D82F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F3C; }
p { color: rgb(216,47,60); }
H1.HeaderClassName
{
color: #D82F3C;
}
.AnyTagClassName
{
color: #D82F3C;
}
</style>
background-color css
<style>
a { background-color: #D82F3C; }
a { background-color: rgb(216,47,60); }
div.DivClassName
{
background-color: #D82F3C;
}
.BgClassName
{
background-color: #D82F3C;
}
</style>
border-color css
<style>
span { border-color: #D82F3C; }
span { border-color: rgb(216,47,60); }
td.TdClassName
{
border-color: #D82F3C;
}
.TagClassName
{
border-color: #D82F3C;
}
</style>