Shades of Alizarin #DB303F
Tints of Alizarin #DB303F
RGB
CMYK
RGB Variations
Color information
#DB303F (or 0xDB303F) is known color: Alizarin. HEX triplet: DB, 30 and 3F. RGB value is (219,48,63). Sum of RGB (Red+Green+Blue) = 219+48+63=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB303F is #24CFC0. Grayscale: #646464. Windows color (decimal): -2412481 or 4141275. OLE color: 4141275.
HSL color Cylindrical-coordinate representation of color #DB303F: hue angle of 354.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB303F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 63 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.14 |
| HSL | 354.74º | 0.7% | 0.52% | - |
| HSV(B) | 354.74º | 0.78% | 0.86% | - |
| XYZ | 31.17 | 17.53 | 6.44 | - |
| YUV | 100.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 63 | 0 | 0.78 | 0.71 | 0.14 | 354.74 | 0.7 | 0.52 |
| Hex | DB | 30 | 3F | 0 | 4E | 47 | E | 163 | 46 | 34 |
| Octal | 333 | 60 | 77 | 0 | 116 | 107 | 16 | 543 | 106 | 64 |
| Binary | 11011011 | 110000 | 111111 | 0 | 1001110 | 1000111 | 1110 | 101100011 | 1000110 | 110100 |
Color Harmonies of #DB303F
Complementary color
Monochromatic Colors of #DB303F
Black with #DB303F
Text Example
Text Example
White with #DB303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB303F; }
p { color: rgb(219,48,63); }
H1.HeaderClassName
{
color: #DB303F;
}
.AnyTagClassName
{
color: #DB303F;
}
</style>
background-color css
<style>
a { background-color: #DB303F; }
a { background-color: rgb(219,48,63); }
div.DivClassName
{
background-color: #DB303F;
}
.BgClassName
{
background-color: #DB303F;
}
</style>
border-color css
<style>
span { border-color: #DB303F; }
span { border-color: rgb(219,48,63); }
td.TdClassName
{
border-color: #DB303F;
}
.TagClassName
{
border-color: #DB303F;
}
</style>