Shades of Alizarin #DB252C
Tints of Alizarin #DB252C
RGB
CMYK
RGB Variations
Color information
#DB252C (or 0xDB252C) is known color: Alizarin. HEX triplet: DB, 25 and 2C. RGB value is (219,37,44). Sum of RGB (Red+Green+Blue) = 219+37+44=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB252C is #24DAD3. Grayscale: #5C5C5C. Windows color (decimal): -2415316 or 2893275. OLE color: 2893275.
HSL color Cylindrical-coordinate representation of color #DB252C: hue angle of 357.69º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB252C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 44 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.14 |
| HSL | 357.69º | 0.72% | 0.5% | - |
| HSV(B) | 357.69º | 0.83% | 0.86% | - |
| XYZ | 30.33 | 16.57 | 3.98 | - |
| YUV | 92.22 | 100.8 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 44 | 0 | 0.83 | 0.80 | 0.14 | 357.69 | 0.72 | 0.5 |
| Hex | DB | 25 | 2C | 0 | 53 | 50 | E | 166 | 48 | 32 |
| Octal | 333 | 45 | 54 | 0 | 123 | 120 | 16 | 546 | 110 | 62 |
| Binary | 11011011 | 100101 | 101100 | 0 | 1010011 | 1010000 | 1110 | 101100110 | 1001000 | 110010 |
Color Harmonies of #DB252C
Complementary color
Monochromatic Colors of #DB252C
Black with #DB252C
Text Example
Text Example
White with #DB252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB252C; }
p { color: rgb(219,37,44); }
H1.HeaderClassName
{
color: #DB252C;
}
.AnyTagClassName
{
color: #DB252C;
}
</style>
background-color css
<style>
a { background-color: #DB252C; }
a { background-color: rgb(219,37,44); }
div.DivClassName
{
background-color: #DB252C;
}
.BgClassName
{
background-color: #DB252C;
}
</style>
border-color css
<style>
span { border-color: #DB252C; }
span { border-color: rgb(219,37,44); }
td.TdClassName
{
border-color: #DB252C;
}
.TagClassName
{
border-color: #DB252C;
}
</style>