Shades of Alizarin #DB303B
Tints of Alizarin #DB303B
RGB
CMYK
RGB Variations
Color information
#DB303B (or 0xDB303B) is known color: Alizarin. HEX triplet: DB, 30 and 3B. RGB value is (219,48,59). Sum of RGB (Red+Green+Blue) = 219+48+59=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB303B is #24CFC4. Grayscale: #646464. Windows color (decimal): -2412485 or 3879131. OLE color: 3879131.
HSL color Cylindrical-coordinate representation of color #DB303B: hue angle of 356.14º 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 #DB303B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 59 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.14 |
| HSL | 356.14º | 0.7% | 0.52% | - |
| HSV(B) | 356.14º | 0.78% | 0.86% | - |
| XYZ | 31.06 | 17.49 | 5.88 | - |
| YUV | 100.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 59 | 0 | 0.78 | 0.73 | 0.14 | 356.14 | 0.7 | 0.52 |
| Hex | DB | 30 | 3B | 0 | 4E | 49 | E | 164 | 46 | 34 |
| Octal | 333 | 60 | 73 | 0 | 116 | 111 | 16 | 544 | 106 | 64 |
| Binary | 11011011 | 110000 | 111011 | 0 | 1001110 | 1001001 | 1110 | 101100100 | 1000110 | 110100 |
Color Harmonies of #DB303B
Complementary color
Monochromatic Colors of #DB303B
Black with #DB303B
Text Example
Text Example
White with #DB303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB303B; }
p { color: rgb(219,48,59); }
H1.HeaderClassName
{
color: #DB303B;
}
.AnyTagClassName
{
color: #DB303B;
}
</style>
background-color css
<style>
a { background-color: #DB303B; }
a { background-color: rgb(219,48,59); }
div.DivClassName
{
background-color: #DB303B;
}
.BgClassName
{
background-color: #DB303B;
}
</style>
border-color css
<style>
span { border-color: #DB303B; }
span { border-color: rgb(219,48,59); }
td.TdClassName
{
border-color: #DB303B;
}
.TagClassName
{
border-color: #DB303B;
}
</style>