Shades of Alizarin #DB333C
Tints of Alizarin #DB333C
RGB
CMYK
RGB Variations
Color information
#DB333C (or 0xDB333C) is known color: Alizarin. HEX triplet: DB, 33 and 3C. RGB value is (219,51,60). Sum of RGB (Red+Green+Blue) = 219+51+60=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB333C is #24CCC3. Grayscale: #666666. Windows color (decimal): -2411716 or 3945435. OLE color: 3945435.
HSL color Cylindrical-coordinate representation of color #DB333C: hue angle of 356.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB333C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 60 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.14 |
| HSL | 356.79º | 0.7% | 0.53% | - |
| HSV(B) | 356.79º | 0.77% | 0.86% | - |
| XYZ | 31.21 | 17.75 | 6.06 | - |
| YUV | 102.26 | 104.16 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 60 | 0 | 0.77 | 0.73 | 0.14 | 356.79 | 0.7 | 0.53 |
| Hex | DB | 33 | 3C | 0 | 4D | 49 | E | 165 | 46 | 35 |
| Octal | 333 | 63 | 74 | 0 | 115 | 111 | 16 | 545 | 106 | 65 |
| Binary | 11011011 | 110011 | 111100 | 0 | 1001101 | 1001001 | 1110 | 101100101 | 1000110 | 110101 |
Color Harmonies of #DB333C
Complementary color
Monochromatic Colors of #DB333C
Black with #DB333C
Text Example
Text Example
White with #DB333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB333C; }
p { color: rgb(219,51,60); }
H1.HeaderClassName
{
color: #DB333C;
}
.AnyTagClassName
{
color: #DB333C;
}
</style>
background-color css
<style>
a { background-color: #DB333C; }
a { background-color: rgb(219,51,60); }
div.DivClassName
{
background-color: #DB333C;
}
.BgClassName
{
background-color: #DB333C;
}
</style>
border-color css
<style>
span { border-color: #DB333C; }
span { border-color: rgb(219,51,60); }
td.TdClassName
{
border-color: #DB333C;
}
.TagClassName
{
border-color: #DB333C;
}
</style>