Shades of Alizarin #D8202B
Tints of Alizarin #D8202B
RGB
CMYK
RGB Variations
Color information
#D8202B (or 0xD8202B) is known color: Alizarin. HEX triplet: D8, 20 and 2B. RGB value is (216,32,43). Sum of RGB (Red+Green+Blue) = 216+32+43=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D8202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8202B is #27DFD4. Grayscale: #585858. Windows color (decimal): -2613205 or 2826456. OLE color: 2826456.
HSL color Cylindrical-coordinate representation of color #D8202B: hue angle of 356.41º 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 #D8202B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 43 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.15 |
| HSL | 356.41º | 0.74% | 0.49% | - |
| HSV(B) | 356.41º | 0.85% | 0.85% | - |
| XYZ | 29.27 | 15.81 | 3.79 | - |
| YUV | 88.27 | 102.46 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 43 | 0 | 0.85 | 0.80 | 0.15 | 356.41 | 0.74 | 0.49 |
| Hex | D8 | 20 | 2B | 0 | 55 | 50 | F | 164 | 4A | 31 |
| Octal | 330 | 40 | 53 | 0 | 125 | 120 | 17 | 544 | 112 | 61 |
| Binary | 11011000 | 100000 | 101011 | 0 | 1010101 | 1010000 | 1111 | 101100100 | 1001010 | 110001 |
Color Harmonies of #D8202B
Complementary color
Monochromatic Colors of #D8202B
Black with #D8202B
Text Example
Text Example
White with #D8202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8202B; }
p { color: rgb(216,32,43); }
H1.HeaderClassName
{
color: #D8202B;
}
.AnyTagClassName
{
color: #D8202B;
}
</style>
background-color css
<style>
a { background-color: #D8202B; }
a { background-color: rgb(216,32,43); }
div.DivClassName
{
background-color: #D8202B;
}
.BgClassName
{
background-color: #D8202B;
}
</style>
border-color css
<style>
span { border-color: #D8202B; }
span { border-color: rgb(216,32,43); }
td.TdClassName
{
border-color: #D8202B;
}
.TagClassName
{
border-color: #D8202B;
}
</style>