Shades of Alizarin #DB282B
Tints of Alizarin #DB282B
RGB
CMYK
RGB Variations
Color information
#DB282B (or 0xDB282B) is known color: Alizarin. HEX triplet: DB, 28 and 2B. RGB value is (219,40,43). Sum of RGB (Red+Green+Blue) = 219+40+43=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB282B is #24D7D4. Grayscale: #5E5E5E. Windows color (decimal): -2414549 or 2828507. OLE color: 2828507.
HSL color Cylindrical-coordinate representation of color #DB282B: hue angle of 358.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 #DB282B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 43 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.14 |
| HSL | 358.99º | 0.71% | 0.51% | - |
| HSV(B) | 358.99º | 0.82% | 0.86% | - |
| XYZ | 30.41 | 16.75 | 3.92 | - |
| YUV | 93.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 43 | 0 | 0.82 | 0.80 | 0.14 | 358.99 | 0.71 | 0.51 |
| Hex | DB | 28 | 2B | 0 | 52 | 50 | E | 167 | 47 | 33 |
| Octal | 333 | 50 | 53 | 0 | 122 | 120 | 16 | 547 | 107 | 63 |
| Binary | 11011011 | 101000 | 101011 | 0 | 1010010 | 1010000 | 1110 | 101100111 | 1000111 | 110011 |
Color Harmonies of #DB282B
Complementary color
Monochromatic Colors of #DB282B
Black with #DB282B
Text Example
Text Example
White with #DB282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB282B; }
p { color: rgb(219,40,43); }
H1.HeaderClassName
{
color: #DB282B;
}
.AnyTagClassName
{
color: #DB282B;
}
</style>
background-color css
<style>
a { background-color: #DB282B; }
a { background-color: rgb(219,40,43); }
div.DivClassName
{
background-color: #DB282B;
}
.BgClassName
{
background-color: #DB282B;
}
</style>
border-color css
<style>
span { border-color: #DB282B; }
span { border-color: rgb(219,40,43); }
td.TdClassName
{
border-color: #DB282B;
}
.TagClassName
{
border-color: #DB282B;
}
</style>