Shades of Alizarin #DB202F
Tints of Alizarin #DB202F
RGB
CMYK
RGB Variations
Color information
#DB202F (or 0xDB202F) is known color: Alizarin. HEX triplet: DB, 20 and 2F. RGB value is (219,32,47). Sum of RGB (Red+Green+Blue) = 219+32+47=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB202F is #24DFD0. Grayscale: #595959. Windows color (decimal): -2416593 or 3088603. OLE color: 3088603.
HSL color Cylindrical-coordinate representation of color #DB202F: hue angle of 355.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB202F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 47 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.14 |
| HSL | 355.19º | 0.75% | 0.49% | - |
| HSV(B) | 355.19º | 0.85% | 0.86% | - |
| XYZ | 30.24 | 16.3 | 4.24 | - |
| YUV | 89.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 47 | 0 | 0.85 | 0.79 | 0.14 | 355.19 | 0.75 | 0.49 |
| Hex | DB | 20 | 2F | 0 | 55 | 4F | E | 163 | 4B | 31 |
| Octal | 333 | 40 | 57 | 0 | 125 | 117 | 16 | 543 | 113 | 61 |
| Binary | 11011011 | 100000 | 101111 | 0 | 1010101 | 1001111 | 1110 | 101100011 | 1001011 | 110001 |
Color Harmonies of #DB202F
Complementary color
Monochromatic Colors of #DB202F
Black with #DB202F
Text Example
Text Example
White with #DB202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB202F; }
p { color: rgb(219,32,47); }
H1.HeaderClassName
{
color: #DB202F;
}
.AnyTagClassName
{
color: #DB202F;
}
</style>
background-color css
<style>
a { background-color: #DB202F; }
a { background-color: rgb(219,32,47); }
div.DivClassName
{
background-color: #DB202F;
}
.BgClassName
{
background-color: #DB202F;
}
</style>
border-color css
<style>
span { border-color: #DB202F; }
span { border-color: rgb(219,32,47); }
td.TdClassName
{
border-color: #DB202F;
}
.TagClassName
{
border-color: #DB202F;
}
</style>