Shades of Alizarin #DB303D
Tints of Alizarin #DB303D
RGB
CMYK
RGB Variations
Color information
#DB303D (or 0xDB303D) is known color: Alizarin. HEX triplet: DB, 30 and 3D. RGB value is (219,48,61). Sum of RGB (Red+Green+Blue) = 219+48+61=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB303D is #24CFC2. Grayscale: #646464. Windows color (decimal): -2412483 or 4010203. OLE color: 4010203.
HSL color Cylindrical-coordinate representation of color #DB303D: hue angle of 355.44º 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 #DB303D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 61 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.14 |
| HSL | 355.44º | 0.7% | 0.52% | - |
| HSV(B) | 355.44º | 0.78% | 0.86% | - |
| XYZ | 31.11 | 17.51 | 6.15 | - |
| YUV | 100.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 61 | 0 | 0.78 | 0.72 | 0.14 | 355.44 | 0.7 | 0.52 |
| Hex | DB | 30 | 3D | 0 | 4E | 48 | E | 163 | 46 | 34 |
| Octal | 333 | 60 | 75 | 0 | 116 | 110 | 16 | 543 | 106 | 64 |
| Binary | 11011011 | 110000 | 111101 | 0 | 1001110 | 1001000 | 1110 | 101100011 | 1000110 | 110100 |
Color Harmonies of #DB303D
Complementary color
Monochromatic Colors of #DB303D
Black with #DB303D
Text Example
Text Example
White with #DB303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB303D; }
p { color: rgb(219,48,61); }
H1.HeaderClassName
{
color: #DB303D;
}
.AnyTagClassName
{
color: #DB303D;
}
</style>
background-color css
<style>
a { background-color: #DB303D; }
a { background-color: rgb(219,48,61); }
div.DivClassName
{
background-color: #DB303D;
}
.BgClassName
{
background-color: #DB303D;
}
</style>
border-color css
<style>
span { border-color: #DB303D; }
span { border-color: rgb(219,48,61); }
td.TdClassName
{
border-color: #DB303D;
}
.TagClassName
{
border-color: #DB303D;
}
</style>