Shades of Alizarin #DB2E36
Tints of Alizarin #DB2E36
RGB
CMYK
RGB Variations
Color information
#DB2E36 (or 0xDB2E36) is known color: Alizarin. HEX triplet: DB, 2E and 36. RGB value is (219,46,54). Sum of RGB (Red+Green+Blue) = 219+46+54=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E36 is #24D1C9. Grayscale: #626262. Windows color (decimal): -2413002 or 3550939. OLE color: 3550939.
HSL color Cylindrical-coordinate representation of color #DB2E36: hue angle of 357.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E36 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 54 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.14 |
| HSL | 357.23º | 0.71% | 0.52% | - |
| HSV(B) | 357.23º | 0.79% | 0.86% | - |
| XYZ | 30.86 | 17.28 | 5.2 | - |
| YUV | 98.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 54 | 0 | 0.79 | 0.75 | 0.14 | 357.23 | 0.71 | 0.52 |
| Hex | DB | 2E | 36 | 0 | 4F | 4B | E | 165 | 47 | 34 |
| Octal | 333 | 56 | 66 | 0 | 117 | 113 | 16 | 545 | 107 | 64 |
| Binary | 11011011 | 101110 | 110110 | 0 | 1001111 | 1001011 | 1110 | 101100101 | 1000111 | 110100 |
Color Harmonies of #DB2E36
Complementary color
Monochromatic Colors of #DB2E36
Black with #DB2E36
Text Example
Text Example
White with #DB2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E36; }
p { color: rgb(219,46,54); }
H1.HeaderClassName
{
color: #DB2E36;
}
.AnyTagClassName
{
color: #DB2E36;
}
</style>
background-color css
<style>
a { background-color: #DB2E36; }
a { background-color: rgb(219,46,54); }
div.DivClassName
{
background-color: #DB2E36;
}
.BgClassName
{
background-color: #DB2E36;
}
</style>
border-color css
<style>
span { border-color: #DB2E36; }
span { border-color: rgb(219,46,54); }
td.TdClassName
{
border-color: #DB2E36;
}
.TagClassName
{
border-color: #DB2E36;
}
</style>