Shades of Alizarin #DB273A
Tints of Alizarin #DB273A
RGB
CMYK
RGB Variations
Color information
#DB273A (or 0xDB273A) is known color: Alizarin. HEX triplet: DB, 27 and 3A. RGB value is (219,39,58). Sum of RGB (Red+Green+Blue) = 219+39+58=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB273A is #24D8C5. Grayscale: #5F5F5F. Windows color (decimal): -2414790 or 3811291. OLE color: 3811291.
HSL color Cylindrical-coordinate representation of color #DB273A: hue angle of 353.67º 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 #DB273A is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 58 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.14 |
| HSL | 353.67º | 0.71% | 0.51% | - |
| HSV(B) | 353.67º | 0.82% | 0.86% | - |
| XYZ | 30.7 | 16.82 | 5.63 | - |
| YUV | 94.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 58 | 0 | 0.82 | 0.74 | 0.14 | 353.67 | 0.71 | 0.51 |
| Hex | DB | 27 | 3A | 0 | 52 | 4A | E | 162 | 47 | 33 |
| Octal | 333 | 47 | 72 | 0 | 122 | 112 | 16 | 542 | 107 | 63 |
| Binary | 11011011 | 100111 | 111010 | 0 | 1010010 | 1001010 | 1110 | 101100010 | 1000111 | 110011 |
Color Harmonies of #DB273A
Complementary color
Monochromatic Colors of #DB273A
Black with #DB273A
Text Example
Text Example
White with #DB273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB273A; }
p { color: rgb(219,39,58); }
H1.HeaderClassName
{
color: #DB273A;
}
.AnyTagClassName
{
color: #DB273A;
}
</style>
background-color css
<style>
a { background-color: #DB273A; }
a { background-color: rgb(219,39,58); }
div.DivClassName
{
background-color: #DB273A;
}
.BgClassName
{
background-color: #DB273A;
}
</style>
border-color css
<style>
span { border-color: #DB273A; }
span { border-color: rgb(219,39,58); }
td.TdClassName
{
border-color: #DB273A;
}
.TagClassName
{
border-color: #DB273A;
}
</style>