Shades of Alizarin #DB272D
Tints of Alizarin #DB272D
RGB
CMYK
RGB Variations
Color information
#DB272D (or 0xDB272D) is known color: Alizarin. HEX triplet: DB, 27 and 2D. RGB value is (219,39,45). Sum of RGB (Red+Green+Blue) = 219+39+45=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB272D is #24D8D2. Grayscale: #5D5D5D. Windows color (decimal): -2414803 or 2959323. OLE color: 2959323.
HSL color Cylindrical-coordinate representation of color #DB272D: hue angle of 358º 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 #DB272D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 45 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.14 |
| HSL | 358º | 0.71% | 0.51% | - |
| HSV(B) | 358º | 0.82% | 0.86% | - |
| XYZ | 30.41 | 16.7 | 4.1 | - |
| YUV | 93.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 45 | 0 | 0.82 | 0.79 | 0.14 | 358 | 0.71 | 0.51 |
| Hex | DB | 27 | 2D | 0 | 52 | 4F | E | 166 | 47 | 33 |
| Octal | 333 | 47 | 55 | 0 | 122 | 117 | 16 | 546 | 107 | 63 |
| Binary | 11011011 | 100111 | 101101 | 0 | 1010010 | 1001111 | 1110 | 101100110 | 1000111 | 110011 |
Color Harmonies of #DB272D
Complementary color
Monochromatic Colors of #DB272D
Black with #DB272D
Text Example
Text Example
White with #DB272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB272D; }
p { color: rgb(219,39,45); }
H1.HeaderClassName
{
color: #DB272D;
}
.AnyTagClassName
{
color: #DB272D;
}
</style>
background-color css
<style>
a { background-color: #DB272D; }
a { background-color: rgb(219,39,45); }
div.DivClassName
{
background-color: #DB272D;
}
.BgClassName
{
background-color: #DB272D;
}
</style>
border-color css
<style>
span { border-color: #DB272D; }
span { border-color: rgb(219,39,45); }
td.TdClassName
{
border-color: #DB272D;
}
.TagClassName
{
border-color: #DB272D;
}
</style>