Shades of Alizarin #D8213B
Tints of Alizarin #D8213B
RGB
CMYK
RGB Variations
Color information
#D8213B (or 0xD8213B) is known color: Alizarin. HEX triplet: D8, 21 and 3B. RGB value is (216,33,59). Sum of RGB (Red+Green+Blue) = 216+33+59=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D8213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8213B is #27DEC4. Grayscale: #5A5A5A. Windows color (decimal): -2612933 or 3875288. OLE color: 3875288.
HSL color Cylindrical-coordinate representation of color #D8213B: hue angle of 351.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8213B is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 59 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.15 |
| HSL | 351.48º | 0.73% | 0.49% | - |
| HSV(B) | 351.48º | 0.85% | 0.85% | - |
| XYZ | 29.65 | 16 | 5.66 | - |
| YUV | 90.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 59 | 0 | 0.85 | 0.73 | 0.15 | 351.48 | 0.73 | 0.49 |
| Hex | D8 | 21 | 3B | 0 | 55 | 49 | F | 15F | 49 | 31 |
| Octal | 330 | 41 | 73 | 0 | 125 | 111 | 17 | 537 | 111 | 61 |
| Binary | 11011000 | 100001 | 111011 | 0 | 1010101 | 1001001 | 1111 | 101011111 | 1001001 | 110001 |
Color Harmonies of #D8213B
Complementary color
Monochromatic Colors of #D8213B
Black with #D8213B
Text Example
Text Example
White with #D8213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8213B; }
p { color: rgb(216,33,59); }
H1.HeaderClassName
{
color: #D8213B;
}
.AnyTagClassName
{
color: #D8213B;
}
</style>
background-color css
<style>
a { background-color: #D8213B; }
a { background-color: rgb(216,33,59); }
div.DivClassName
{
background-color: #D8213B;
}
.BgClassName
{
background-color: #D8213B;
}
</style>
border-color css
<style>
span { border-color: #D8213B; }
span { border-color: rgb(216,33,59); }
td.TdClassName
{
border-color: #D8213B;
}
.TagClassName
{
border-color: #D8213B;
}
</style>