Shades of Alizarin #DB1F35
Tints of Alizarin #DB1F35
RGB
CMYK
RGB Variations
Color information
#DB1F35 (or 0xDB1F35) is known color: Alizarin. HEX triplet: DB, 1F and 35. RGB value is (219,31,53). Sum of RGB (Red+Green+Blue) = 219+31+53=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1F35 is #24E0CA. Grayscale: #595959. Windows color (decimal): -2416843 or 3481563. OLE color: 3481563.
HSL color Cylindrical-coordinate representation of color #DB1F35: hue angle of 352.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F35 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 53 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.14 |
| HSL | 352.98º | 0.75% | 0.49% | - |
| HSV(B) | 352.98º | 0.86% | 0.86% | - |
| XYZ | 30.35 | 16.3 | 4.91 | - |
| YUV | 89.72 | 107.28 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 53 | 0 | 0.86 | 0.76 | 0.14 | 352.98 | 0.75 | 0.49 |
| Hex | DB | 1F | 35 | 0 | 56 | 4C | E | 161 | 4B | 31 |
| Octal | 333 | 37 | 65 | 0 | 126 | 114 | 16 | 541 | 113 | 61 |
| Binary | 11011011 | 11111 | 110101 | 0 | 1010110 | 1001100 | 1110 | 101100001 | 1001011 | 110001 |
Color Harmonies of #DB1F35
Complementary color
Monochromatic Colors of #DB1F35
Black with #DB1F35
Text Example
Text Example
White with #DB1F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F35; }
p { color: rgb(219,31,53); }
H1.HeaderClassName
{
color: #DB1F35;
}
.AnyTagClassName
{
color: #DB1F35;
}
</style>
background-color css
<style>
a { background-color: #DB1F35; }
a { background-color: rgb(219,31,53); }
div.DivClassName
{
background-color: #DB1F35;
}
.BgClassName
{
background-color: #DB1F35;
}
</style>
border-color css
<style>
span { border-color: #DB1F35; }
span { border-color: rgb(219,31,53); }
td.TdClassName
{
border-color: #DB1F35;
}
.TagClassName
{
border-color: #DB1F35;
}
</style>