Shades of Alizarin #D8202F
Tints of Alizarin #D8202F
RGB
CMYK
RGB Variations
Color information
#D8202F (or 0xD8202F) is known color: Alizarin. HEX triplet: D8, 20 and 2F. RGB value is (216,32,47). Sum of RGB (Red+Green+Blue) = 216+32+47=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D8202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8202F is #27DFD0. Grayscale: #585858. Windows color (decimal): -2613201 or 3088600. OLE color: 3088600.
HSL color Cylindrical-coordinate representation of color #D8202F: hue angle of 355.11º degrees, saturation: 0.74, 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 #D8202F is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 47 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.15 |
| HSL | 355.11º | 0.74% | 0.49% | - |
| HSV(B) | 355.11º | 0.85% | 0.85% | - |
| XYZ | 29.35 | 15.84 | 4.2 | - |
| YUV | 88.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 47 | 0 | 0.85 | 0.78 | 0.15 | 355.11 | 0.74 | 0.49 |
| Hex | D8 | 20 | 2F | 0 | 55 | 4E | F | 163 | 4A | 31 |
| Octal | 330 | 40 | 57 | 0 | 125 | 116 | 17 | 543 | 112 | 61 |
| Binary | 11011000 | 100000 | 101111 | 0 | 1010101 | 1001110 | 1111 | 101100011 | 1001010 | 110001 |
Color Harmonies of #D8202F
Complementary color
Monochromatic Colors of #D8202F
Black with #D8202F
Text Example
Text Example
White with #D8202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8202F; }
p { color: rgb(216,32,47); }
H1.HeaderClassName
{
color: #D8202F;
}
.AnyTagClassName
{
color: #D8202F;
}
</style>
background-color css
<style>
a { background-color: #D8202F; }
a { background-color: rgb(216,32,47); }
div.DivClassName
{
background-color: #D8202F;
}
.BgClassName
{
background-color: #D8202F;
}
</style>
border-color css
<style>
span { border-color: #D8202F; }
span { border-color: rgb(216,32,47); }
td.TdClassName
{
border-color: #D8202F;
}
.TagClassName
{
border-color: #D8202F;
}
</style>