Shades of Alizarin #DB252F
Tints of Alizarin #DB252F
RGB
CMYK
RGB Variations
Color information
#DB252F (or 0xDB252F) is known color: Alizarin. HEX triplet: DB, 25 and 2F. RGB value is (219,37,47). Sum of RGB (Red+Green+Blue) = 219+37+47=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB252F is #24DAD0. Grayscale: #5C5C5C. Windows color (decimal): -2415313 or 3089883. OLE color: 3089883.
HSL color Cylindrical-coordinate representation of color #DB252F: hue angle of 356.7º 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 #DB252F is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 47 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.14 |
| HSL | 356.7º | 0.72% | 0.5% | - |
| HSV(B) | 356.7º | 0.83% | 0.86% | - |
| XYZ | 30.39 | 16.59 | 4.29 | - |
| YUV | 92.56 | 102.3 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 47 | 0 | 0.83 | 0.79 | 0.14 | 356.7 | 0.72 | 0.5 |
| Hex | DB | 25 | 2F | 0 | 53 | 4F | E | 165 | 48 | 32 |
| Octal | 333 | 45 | 57 | 0 | 123 | 117 | 16 | 545 | 110 | 62 |
| Binary | 11011011 | 100101 | 101111 | 0 | 1010011 | 1001111 | 1110 | 101100101 | 1001000 | 110010 |
Color Harmonies of #DB252F
Complementary color
Monochromatic Colors of #DB252F
Black with #DB252F
Text Example
Text Example
White with #DB252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB252F; }
p { color: rgb(219,37,47); }
H1.HeaderClassName
{
color: #DB252F;
}
.AnyTagClassName
{
color: #DB252F;
}
</style>
background-color css
<style>
a { background-color: #DB252F; }
a { background-color: rgb(219,37,47); }
div.DivClassName
{
background-color: #DB252F;
}
.BgClassName
{
background-color: #DB252F;
}
</style>
border-color css
<style>
span { border-color: #DB252F; }
span { border-color: rgb(219,37,47); }
td.TdClassName
{
border-color: #DB252F;
}
.TagClassName
{
border-color: #DB252F;
}
</style>