Shades of Alizarin #DB2E3A
Tints of Alizarin #DB2E3A
RGB
CMYK
RGB Variations
Color information
#DB2E3A (or 0xDB2E3A) is known color: Alizarin. HEX triplet: DB, 2E and 3A. RGB value is (219,46,58). Sum of RGB (Red+Green+Blue) = 219+46+58=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E3A is #24D1C5. Grayscale: #636363. Windows color (decimal): -2412998 or 3813083. OLE color: 3813083.
HSL color Cylindrical-coordinate representation of color #DB2E3A: hue angle of 355.84º 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 #DB2E3A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 46 | 58 | - |
CMYK | 0 | 0.79 | 0.74 | 0.14 |
HSL | 355.84º | 0.71% | 0.52% | - |
HSV(B) | 355.84º | 0.79% | 0.86% | - |
XYZ | 30.95 | 17.32 | 5.71 | - |
YUV | 99.1 | 104.81 | 213.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 46 | 58 | 0 | 0.79 | 0.74 | 0.14 | 355.84 | 0.71 | 0.52 |
Hex | DB | 2E | 3A | 0 | 4F | 4A | E | 164 | 47 | 34 |
Octal | 333 | 56 | 72 | 0 | 117 | 112 | 16 | 544 | 107 | 64 |
Binary | 11011011 | 101110 | 111010 | 0 | 1001111 | 1001010 | 1110 | 101100100 | 1000111 | 110100 |
Color Harmonies of #DB2E3A
Complementary color
Monochromatic Colors of #DB2E3A
Black with #DB2E3A
Text Example
Text Example
White with #DB2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E3A; }
p { color: rgb(219,46,58); }
H1.HeaderClassName
{
color: #DB2E3A;
}
.AnyTagClassName
{
color: #DB2E3A;
}
</style>
background-color css
<style>
a { background-color: #DB2E3A; }
a { background-color: rgb(219,46,58); }
div.DivClassName
{
background-color: #DB2E3A;
}
.BgClassName
{
background-color: #DB2E3A;
}
</style>
border-color css
<style>
span { border-color: #DB2E3A; }
span { border-color: rgb(219,46,58); }
td.TdClassName
{
border-color: #DB2E3A;
}
.TagClassName
{
border-color: #DB2E3A;
}
</style>