Shades of Alizarin #DB282E
Tints of Alizarin #DB282E
RGB
CMYK
RGB Variations
Color information
#DB282E (or 0xDB282E) is known color: Alizarin. HEX triplet: DB, 28 and 2E. RGB value is (219,40,46). Sum of RGB (Red+Green+Blue) = 219+40+46=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB282E is #24D7D1. Grayscale: #5E5E5E. Windows color (decimal): -2414546 or 3025115. OLE color: 3025115.
HSL color Cylindrical-coordinate representation of color #DB282E: hue angle of 357.99º 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 #DB282E is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 46 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.14 |
| HSL | 357.99º | 0.71% | 0.51% | - |
| HSV(B) | 357.99º | 0.82% | 0.86% | - |
| XYZ | 30.47 | 16.77 | 4.22 | - |
| YUV | 94.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 46 | 0 | 0.82 | 0.79 | 0.14 | 357.99 | 0.71 | 0.51 |
| Hex | DB | 28 | 2E | 0 | 52 | 4F | E | 166 | 47 | 33 |
| Octal | 333 | 50 | 56 | 0 | 122 | 117 | 16 | 546 | 107 | 63 |
| Binary | 11011011 | 101000 | 101110 | 0 | 1010010 | 1001111 | 1110 | 101100110 | 1000111 | 110011 |
Color Harmonies of #DB282E
Complementary color
Monochromatic Colors of #DB282E
Black with #DB282E
Text Example
Text Example
White with #DB282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB282E; }
p { color: rgb(219,40,46); }
H1.HeaderClassName
{
color: #DB282E;
}
.AnyTagClassName
{
color: #DB282E;
}
</style>
background-color css
<style>
a { background-color: #DB282E; }
a { background-color: rgb(219,40,46); }
div.DivClassName
{
background-color: #DB282E;
}
.BgClassName
{
background-color: #DB282E;
}
</style>
border-color css
<style>
span { border-color: #DB282E; }
span { border-color: rgb(219,40,46); }
td.TdClassName
{
border-color: #DB282E;
}
.TagClassName
{
border-color: #DB282E;
}
</style>