Shades of Alizarin #DB252D
Tints of Alizarin #DB252D
RGB
CMYK
RGB Variations
Color information
#DB252D (or 0xDB252D) is known color: Alizarin. HEX triplet: DB, 25 and 2D. RGB value is (219,37,45). Sum of RGB (Red+Green+Blue) = 219+37+45=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB252D is #24DAD2. Grayscale: #5C5C5C. Windows color (decimal): -2415315 or 2958811. OLE color: 2958811.
HSL color Cylindrical-coordinate representation of color #DB252D: hue angle of 357.36º 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 #DB252D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 45 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.14 |
| HSL | 357.36º | 0.72% | 0.5% | - |
| HSV(B) | 357.36º | 0.83% | 0.86% | - |
| XYZ | 30.35 | 16.57 | 4.08 | - |
| YUV | 92.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 45 | 0 | 0.83 | 0.79 | 0.14 | 357.36 | 0.72 | 0.5 |
| Hex | DB | 25 | 2D | 0 | 53 | 4F | E | 165 | 48 | 32 |
| Octal | 333 | 45 | 55 | 0 | 123 | 117 | 16 | 545 | 110 | 62 |
| Binary | 11011011 | 100101 | 101101 | 0 | 1010011 | 1001111 | 1110 | 101100101 | 1001000 | 110010 |
Color Harmonies of #DB252D
Complementary color
Monochromatic Colors of #DB252D
Black with #DB252D
Text Example
Text Example
White with #DB252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB252D; }
p { color: rgb(219,37,45); }
H1.HeaderClassName
{
color: #DB252D;
}
.AnyTagClassName
{
color: #DB252D;
}
</style>
background-color css
<style>
a { background-color: #DB252D; }
a { background-color: rgb(219,37,45); }
div.DivClassName
{
background-color: #DB252D;
}
.BgClassName
{
background-color: #DB252D;
}
</style>
border-color css
<style>
span { border-color: #DB252D; }
span { border-color: rgb(219,37,45); }
td.TdClassName
{
border-color: #DB252D;
}
.TagClassName
{
border-color: #DB252D;
}
</style>