Shades of Alizarin #DB283E
Tints of Alizarin #DB283E
RGB
CMYK
RGB Variations
Color information
#DB283E (or 0xDB283E) is known color: Alizarin. HEX triplet: DB, 28 and 3E. RGB value is (219,40,62). Sum of RGB (Red+Green+Blue) = 219+40+62=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB283E is #24D7C1. Grayscale: #606060. Windows color (decimal): -2414530 or 4073691. OLE color: 4073691.
HSL color Cylindrical-coordinate representation of color #DB283E: hue angle of 352.63º 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 #DB283E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.14 |
| HSL | 352.63º | 0.71% | 0.51% | - |
| HSV(B) | 352.63º | 0.82% | 0.86% | - |
| XYZ | 30.84 | 16.93 | 6.2 | - |
| YUV | 96.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 62 | 0 | 0.82 | 0.72 | 0.14 | 352.63 | 0.71 | 0.51 |
| Hex | DB | 28 | 3E | 0 | 52 | 48 | E | 161 | 47 | 33 |
| Octal | 333 | 50 | 76 | 0 | 122 | 110 | 16 | 541 | 107 | 63 |
| Binary | 11011011 | 101000 | 111110 | 0 | 1010010 | 1001000 | 1110 | 101100001 | 1000111 | 110011 |
Color Harmonies of #DB283E
Complementary color
Monochromatic Colors of #DB283E
Black with #DB283E
Text Example
Text Example
White with #DB283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB283E; }
p { color: rgb(219,40,62); }
H1.HeaderClassName
{
color: #DB283E;
}
.AnyTagClassName
{
color: #DB283E;
}
</style>
background-color css
<style>
a { background-color: #DB283E; }
a { background-color: rgb(219,40,62); }
div.DivClassName
{
background-color: #DB283E;
}
.BgClassName
{
background-color: #DB283E;
}
</style>
border-color css
<style>
span { border-color: #DB283E; }
span { border-color: rgb(219,40,62); }
td.TdClassName
{
border-color: #DB283E;
}
.TagClassName
{
border-color: #DB283E;
}
</style>