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