Shades of Alizarin #DB303E
Tints of Alizarin #DB303E
RGB
CMYK
RGB Variations
Color information
#DB303E (or 0xDB303E) is known color: Alizarin. HEX triplet: DB, 30 and 3E. RGB value is (219,48,62). Sum of RGB (Red+Green+Blue) = 219+48+62=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB303E is #24CFC1. Grayscale: #646464. Windows color (decimal): -2412482 or 4075739. OLE color: 4075739.
HSL color Cylindrical-coordinate representation of color #DB303E: hue angle of 355.09º 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 #DB303E is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 62 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.14 |
| HSL | 355.09º | 0.7% | 0.52% | - |
| HSV(B) | 355.09º | 0.78% | 0.86% | - |
| XYZ | 31.14 | 17.52 | 6.3 | - |
| YUV | 100.73 | 106.15 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 62 | 0 | 0.78 | 0.72 | 0.14 | 355.09 | 0.7 | 0.52 |
| Hex | DB | 30 | 3E | 0 | 4E | 48 | E | 163 | 46 | 34 |
| Octal | 333 | 60 | 76 | 0 | 116 | 110 | 16 | 543 | 106 | 64 |
| Binary | 11011011 | 110000 | 111110 | 0 | 1001110 | 1001000 | 1110 | 101100011 | 1000110 | 110100 |
Color Harmonies of #DB303E
Complementary color
Monochromatic Colors of #DB303E
Black with #DB303E
Text Example
Text Example
White with #DB303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB303E; }
p { color: rgb(219,48,62); }
H1.HeaderClassName
{
color: #DB303E;
}
.AnyTagClassName
{
color: #DB303E;
}
</style>
background-color css
<style>
a { background-color: #DB303E; }
a { background-color: rgb(219,48,62); }
div.DivClassName
{
background-color: #DB303E;
}
.BgClassName
{
background-color: #DB303E;
}
</style>
border-color css
<style>
span { border-color: #DB303E; }
span { border-color: rgb(219,48,62); }
td.TdClassName
{
border-color: #DB303E;
}
.TagClassName
{
border-color: #DB303E;
}
</style>