Shades of Alizarin #DB303A
Tints of Alizarin #DB303A
RGB
CMYK
RGB Variations
Color information
#DB303A (or 0xDB303A) is known color: Alizarin. HEX triplet: DB, 30 and 3A. RGB value is (219,48,58). Sum of RGB (Red+Green+Blue) = 219+48+58=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB303A is #24CFC5. Grayscale: #646464. Windows color (decimal): -2412486 or 3813595. OLE color: 3813595.
HSL color Cylindrical-coordinate representation of color #DB303A: hue angle of 356.49º 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 #DB303A is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 58 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.14 |
| HSL | 356.49º | 0.7% | 0.52% | - |
| HSV(B) | 356.49º | 0.78% | 0.86% | - |
| XYZ | 31.03 | 17.48 | 5.74 | - |
| YUV | 100.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 58 | 0 | 0.78 | 0.74 | 0.14 | 356.49 | 0.7 | 0.52 |
| Hex | DB | 30 | 3A | 0 | 4E | 4A | E | 164 | 46 | 34 |
| Octal | 333 | 60 | 72 | 0 | 116 | 112 | 16 | 544 | 106 | 64 |
| Binary | 11011011 | 110000 | 111010 | 0 | 1001110 | 1001010 | 1110 | 101100100 | 1000110 | 110100 |
Color Harmonies of #DB303A
Complementary color
Monochromatic Colors of #DB303A
Black with #DB303A
Text Example
Text Example
White with #DB303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB303A; }
p { color: rgb(219,48,58); }
H1.HeaderClassName
{
color: #DB303A;
}
.AnyTagClassName
{
color: #DB303A;
}
</style>
background-color css
<style>
a { background-color: #DB303A; }
a { background-color: rgb(219,48,58); }
div.DivClassName
{
background-color: #DB303A;
}
.BgClassName
{
background-color: #DB303A;
}
</style>
border-color css
<style>
span { border-color: #DB303A; }
span { border-color: rgb(219,48,58); }
td.TdClassName
{
border-color: #DB303A;
}
.TagClassName
{
border-color: #DB303A;
}
</style>