Shades of Alizarin #DB252A
Tints of Alizarin #DB252A
RGB
CMYK
RGB Variations
Color information
#DB252A (or 0xDB252A) is known color: Alizarin. HEX triplet: DB, 25 and 2A. RGB value is (219,37,42). Sum of RGB (Red+Green+Blue) = 219+37+42=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB252A is #24DAD5. Grayscale: #5C5C5C. Windows color (decimal): -2415318 or 2762203. OLE color: 2762203.
HSL color Cylindrical-coordinate representation of color #DB252A: hue angle of 358.35º 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 #DB252A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.14 |
| HSL | 358.35º | 0.72% | 0.5% | - |
| HSV(B) | 358.35º | 0.83% | 0.86% | - |
| XYZ | 30.29 | 16.55 | 3.79 | - |
| YUV | 91.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 42 | 0 | 0.83 | 0.81 | 0.14 | 358.35 | 0.72 | 0.5 |
| Hex | DB | 25 | 2A | 0 | 53 | 51 | E | 166 | 48 | 32 |
| Octal | 333 | 45 | 52 | 0 | 123 | 121 | 16 | 546 | 110 | 62 |
| Binary | 11011011 | 100101 | 101010 | 0 | 1010011 | 1010001 | 1110 | 101100110 | 1001000 | 110010 |
Color Harmonies of #DB252A
Complementary color
Monochromatic Colors of #DB252A
Black with #DB252A
Text Example
Text Example
White with #DB252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB252A; }
p { color: rgb(219,37,42); }
H1.HeaderClassName
{
color: #DB252A;
}
.AnyTagClassName
{
color: #DB252A;
}
</style>
background-color css
<style>
a { background-color: #DB252A; }
a { background-color: rgb(219,37,42); }
div.DivClassName
{
background-color: #DB252A;
}
.BgClassName
{
background-color: #DB252A;
}
</style>
border-color css
<style>
span { border-color: #DB252A; }
span { border-color: rgb(219,37,42); }
td.TdClassName
{
border-color: #DB252A;
}
.TagClassName
{
border-color: #DB252A;
}
</style>