Shades of Alizarin #DB273E
Tints of Alizarin #DB273E
RGB
CMYK
RGB Variations
Color information
#DB273E (or 0xDB273E) is known color: Alizarin. HEX triplet: DB, 27 and 3E. RGB value is (219,39,62). Sum of RGB (Red+Green+Blue) = 219+39+62=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB273E is #24D8C1. Grayscale: #5F5F5F. Windows color (decimal): -2414786 or 4073435. OLE color: 4073435.
HSL color Cylindrical-coordinate representation of color #DB273E: hue angle of 352.33º 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 #DB273E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.14 |
| HSL | 352.33º | 0.71% | 0.51% | - |
| HSV(B) | 352.33º | 0.82% | 0.86% | - |
| XYZ | 30.81 | 16.86 | 6.19 | - |
| YUV | 95.44 | 109.13 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 62 | 0 | 0.82 | 0.72 | 0.14 | 352.33 | 0.71 | 0.51 |
| Hex | DB | 27 | 3E | 0 | 52 | 48 | E | 160 | 47 | 33 |
| Octal | 333 | 47 | 76 | 0 | 122 | 110 | 16 | 540 | 107 | 63 |
| Binary | 11011011 | 100111 | 111110 | 0 | 1010010 | 1001000 | 1110 | 101100000 | 1000111 | 110011 |
Color Harmonies of #DB273E
Complementary color
Monochromatic Colors of #DB273E
Black with #DB273E
Text Example
Text Example
White with #DB273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB273E; }
p { color: rgb(219,39,62); }
H1.HeaderClassName
{
color: #DB273E;
}
.AnyTagClassName
{
color: #DB273E;
}
</style>
background-color css
<style>
a { background-color: #DB273E; }
a { background-color: rgb(219,39,62); }
div.DivClassName
{
background-color: #DB273E;
}
.BgClassName
{
background-color: #DB273E;
}
</style>
border-color css
<style>
span { border-color: #DB273E; }
span { border-color: rgb(219,39,62); }
td.TdClassName
{
border-color: #DB273E;
}
.TagClassName
{
border-color: #DB273E;
}
</style>