Shades of Alizarin #DB283A
Tints of Alizarin #DB283A
RGB
CMYK
RGB Variations
Color information
#DB283A (or 0xDB283A) is known color: Alizarin. HEX triplet: DB, 28 and 3A. RGB value is (219,40,58). Sum of RGB (Red+Green+Blue) = 219+40+58=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB283A is #24D7C5. Grayscale: #5F5F5F. Windows color (decimal): -2414534 or 3811547. OLE color: 3811547.
HSL color Cylindrical-coordinate representation of color #DB283A: hue angle of 353.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB283A is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 58 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.14 |
| HSL | 353.97º | 0.71% | 0.51% | - |
| HSV(B) | 353.97º | 0.82% | 0.86% | - |
| XYZ | 30.74 | 16.88 | 5.64 | - |
| YUV | 95.57 | 106.8 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 58 | 0 | 0.82 | 0.74 | 0.14 | 353.97 | 0.71 | 0.51 |
| Hex | DB | 28 | 3A | 0 | 52 | 4A | E | 162 | 47 | 33 |
| Octal | 333 | 50 | 72 | 0 | 122 | 112 | 16 | 542 | 107 | 63 |
| Binary | 11011011 | 101000 | 111010 | 0 | 1010010 | 1001010 | 1110 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DB283A
Complementary color
Monochromatic Colors of #DB283A
Black with #DB283A
Text Example
Text Example
White with #DB283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB283A; }
p { color: rgb(219,40,58); }
H1.HeaderClassName
{
color: #DB283A;
}
.AnyTagClassName
{
color: #DB283A;
}
</style>
background-color css
<style>
a { background-color: #DB283A; }
a { background-color: rgb(219,40,58); }
div.DivClassName
{
background-color: #DB283A;
}
.BgClassName
{
background-color: #DB283A;
}
</style>
border-color css
<style>
span { border-color: #DB283A; }
span { border-color: rgb(219,40,58); }
td.TdClassName
{
border-color: #DB283A;
}
.TagClassName
{
border-color: #DB283A;
}
</style>