Shades of Alizarin #DB252B
Tints of Alizarin #DB252B
RGB
CMYK
RGB Variations
Color information
#DB252B (or 0xDB252B) is known color: Alizarin. HEX triplet: DB, 25 and 2B. RGB value is (219,37,43). Sum of RGB (Red+Green+Blue) = 219+37+43=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB252B is #24DAD4. Grayscale: #5C5C5C. Windows color (decimal): -2415317 or 2827739. OLE color: 2827739.
HSL color Cylindrical-coordinate representation of color #DB252B: hue angle of 358.02º 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 #DB252B is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 43 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.14 |
| HSL | 358.02º | 0.72% | 0.5% | - |
| HSV(B) | 358.02º | 0.83% | 0.86% | - |
| XYZ | 30.31 | 16.56 | 3.88 | - |
| YUV | 92.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 43 | 0 | 0.83 | 0.80 | 0.14 | 358.02 | 0.72 | 0.5 |
| Hex | DB | 25 | 2B | 0 | 53 | 50 | E | 166 | 48 | 32 |
| Octal | 333 | 45 | 53 | 0 | 123 | 120 | 16 | 546 | 110 | 62 |
| Binary | 11011011 | 100101 | 101011 | 0 | 1010011 | 1010000 | 1110 | 101100110 | 1001000 | 110010 |
Color Harmonies of #DB252B
Complementary color
Monochromatic Colors of #DB252B
Black with #DB252B
Text Example
Text Example
White with #DB252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB252B; }
p { color: rgb(219,37,43); }
H1.HeaderClassName
{
color: #DB252B;
}
.AnyTagClassName
{
color: #DB252B;
}
</style>
background-color css
<style>
a { background-color: #DB252B; }
a { background-color: rgb(219,37,43); }
div.DivClassName
{
background-color: #DB252B;
}
.BgClassName
{
background-color: #DB252B;
}
</style>
border-color css
<style>
span { border-color: #DB252B; }
span { border-color: rgb(219,37,43); }
td.TdClassName
{
border-color: #DB252B;
}
.TagClassName
{
border-color: #DB252B;
}
</style>