Shades of Alizarin #D82F3E
Tints of Alizarin #D82F3E
RGB
CMYK
RGB Variations
Color information
#D82F3E (or 0xD82F3E) is known color: Alizarin. HEX triplet: D8, 2F and 3E. RGB value is (216,47,62). Sum of RGB (Red+Green+Blue) = 216+47+62=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F3E is #27D0C1. Grayscale: #636363. Windows color (decimal): -2609346 or 4075480. OLE color: 4075480.
HSL color Cylindrical-coordinate representation of color #D82F3E: hue angle of 354.67º 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 #D82F3E is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 62 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.15 |
| HSL | 354.67º | 0.68% | 0.52% | - |
| HSV(B) | 354.67º | 0.78% | 0.85% | - |
| XYZ | 30.2 | 16.98 | 6.24 | - |
| YUV | 99.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 62 | 0 | 0.78 | 0.71 | 0.15 | 354.67 | 0.68 | 0.52 |
| Hex | D8 | 2F | 3E | 0 | 4E | 47 | F | 163 | 44 | 34 |
| Octal | 330 | 57 | 76 | 0 | 116 | 107 | 17 | 543 | 104 | 64 |
| Binary | 11011000 | 101111 | 111110 | 0 | 1001110 | 1000111 | 1111 | 101100011 | 1000100 | 110100 |
Color Harmonies of #D82F3E
Complementary color
Monochromatic Colors of #D82F3E
Black with #D82F3E
Text Example
Text Example
White with #D82F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F3E; }
p { color: rgb(216,47,62); }
H1.HeaderClassName
{
color: #D82F3E;
}
.AnyTagClassName
{
color: #D82F3E;
}
</style>
background-color css
<style>
a { background-color: #D82F3E; }
a { background-color: rgb(216,47,62); }
div.DivClassName
{
background-color: #D82F3E;
}
.BgClassName
{
background-color: #D82F3E;
}
</style>
border-color css
<style>
span { border-color: #D82F3E; }
span { border-color: rgb(216,47,62); }
td.TdClassName
{
border-color: #D82F3E;
}
.TagClassName
{
border-color: #D82F3E;
}
</style>