Shades of Alizarin #DB353E
Tints of Alizarin #DB353E
RGB
CMYK
RGB Variations
Color information
#DB353E (or 0xDB353E) is known color: Alizarin. HEX triplet: DB, 35 and 3E. RGB value is (219,53,62). Sum of RGB (Red+Green+Blue) = 219+53+62=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB353E is #24CAC1. Grayscale: #676767. Windows color (decimal): -2411202 or 4077019. OLE color: 4077019.
HSL color Cylindrical-coordinate representation of color #DB353E: hue angle of 356.75º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB353E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.14 |
| HSL | 356.75º | 0.7% | 0.53% | - |
| HSV(B) | 356.75º | 0.76% | 0.86% | - |
| XYZ | 31.36 | 17.95 | 6.37 | - |
| YUV | 103.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 62 | 0 | 0.76 | 0.72 | 0.14 | 356.75 | 0.7 | 0.53 |
| Hex | DB | 35 | 3E | 0 | 4C | 48 | E | 165 | 46 | 35 |
| Octal | 333 | 65 | 76 | 0 | 114 | 110 | 16 | 545 | 106 | 65 |
| Binary | 11011011 | 110101 | 111110 | 0 | 1001100 | 1001000 | 1110 | 101100101 | 1000110 | 110101 |
Color Harmonies of #DB353E
Complementary color
Monochromatic Colors of #DB353E
Black with #DB353E
Text Example
Text Example
White with #DB353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB353E; }
p { color: rgb(219,53,62); }
H1.HeaderClassName
{
color: #DB353E;
}
.AnyTagClassName
{
color: #DB353E;
}
</style>
background-color css
<style>
a { background-color: #DB353E; }
a { background-color: rgb(219,53,62); }
div.DivClassName
{
background-color: #DB353E;
}
.BgClassName
{
background-color: #DB353E;
}
</style>
border-color css
<style>
span { border-color: #DB353E; }
span { border-color: rgb(219,53,62); }
td.TdClassName
{
border-color: #DB353E;
}
.TagClassName
{
border-color: #DB353E;
}
</style>