Shades of Alizarin #DB202A
Tints of Alizarin #DB202A
RGB
CMYK
RGB Variations
Color information
#DB202A (or 0xDB202A) is known color: Alizarin. HEX triplet: DB, 20 and 2A. RGB value is (219,32,42). Sum of RGB (Red+Green+Blue) = 219+32+42=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB202A is #24DFD5. Grayscale: #595959. Windows color (decimal): -2416598 or 2760923. OLE color: 2760923.
HSL color Cylindrical-coordinate representation of color #DB202A: hue angle of 356.79º 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 #DB202A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 42 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.14 |
| HSL | 356.79º | 0.75% | 0.49% | - |
| HSV(B) | 356.79º | 0.85% | 0.86% | - |
| XYZ | 30.15 | 16.26 | 3.74 | - |
| YUV | 89.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 42 | 0 | 0.85 | 0.81 | 0.14 | 356.79 | 0.75 | 0.49 |
| Hex | DB | 20 | 2A | 0 | 55 | 51 | E | 165 | 4B | 31 |
| Octal | 333 | 40 | 52 | 0 | 125 | 121 | 16 | 545 | 113 | 61 |
| Binary | 11011011 | 100000 | 101010 | 0 | 1010101 | 1010001 | 1110 | 101100101 | 1001011 | 110001 |
Color Harmonies of #DB202A
Complementary color
Monochromatic Colors of #DB202A
Black with #DB202A
Text Example
Text Example
White with #DB202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB202A; }
p { color: rgb(219,32,42); }
H1.HeaderClassName
{
color: #DB202A;
}
.AnyTagClassName
{
color: #DB202A;
}
</style>
background-color css
<style>
a { background-color: #DB202A; }
a { background-color: rgb(219,32,42); }
div.DivClassName
{
background-color: #DB202A;
}
.BgClassName
{
background-color: #DB202A;
}
</style>
border-color css
<style>
span { border-color: #DB202A; }
span { border-color: rgb(219,32,42); }
td.TdClassName
{
border-color: #DB202A;
}
.TagClassName
{
border-color: #DB202A;
}
</style>