Shades of Alizarin #D9202B
Tints of Alizarin #D9202B
RGB
CMYK
RGB Variations
Color information
#D9202B (or 0xD9202B) is known color: Alizarin. HEX triplet: D9, 20 and 2B. RGB value is (217,32,43). Sum of RGB (Red+Green+Blue) = 217+32+43=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D9202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9202B is #26DFD4. Grayscale: #585858. Windows color (decimal): -2547669 or 2826457. OLE color: 2826457.
HSL color Cylindrical-coordinate representation of color #D9202B: hue angle of 356.43º 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 #D9202B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 43 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.15 |
| HSL | 356.43º | 0.74% | 0.49% | - |
| HSV(B) | 356.43º | 0.85% | 0.85% | - |
| XYZ | 29.57 | 15.96 | 3.81 | - |
| YUV | 88.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 43 | 0 | 0.85 | 0.80 | 0.15 | 356.43 | 0.74 | 0.49 |
| Hex | D9 | 20 | 2B | 0 | 55 | 50 | F | 164 | 4A | 31 |
| Octal | 331 | 40 | 53 | 0 | 125 | 120 | 17 | 544 | 112 | 61 |
| Binary | 11011001 | 100000 | 101011 | 0 | 1010101 | 1010000 | 1111 | 101100100 | 1001010 | 110001 |
Color Harmonies of #D9202B
Complementary color
Monochromatic Colors of #D9202B
Black with #D9202B
Text Example
Text Example
White with #D9202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9202B; }
p { color: rgb(217,32,43); }
H1.HeaderClassName
{
color: #D9202B;
}
.AnyTagClassName
{
color: #D9202B;
}
</style>
background-color css
<style>
a { background-color: #D9202B; }
a { background-color: rgb(217,32,43); }
div.DivClassName
{
background-color: #D9202B;
}
.BgClassName
{
background-color: #D9202B;
}
</style>
border-color css
<style>
span { border-color: #D9202B; }
span { border-color: rgb(217,32,43); }
td.TdClassName
{
border-color: #D9202B;
}
.TagClassName
{
border-color: #D9202B;
}
</style>