Shades of Alizarin #DB233E
Tints of Alizarin #DB233E
RGB
CMYK
RGB Variations
Color information
#DB233E (or 0xDB233E) is known color: Alizarin. HEX triplet: DB, 23 and 3E. RGB value is (219,35,62). Sum of RGB (Red+Green+Blue) = 219+35+62=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB233E is #24DCC1. Grayscale: #5D5D5D. Windows color (decimal): -2415810 or 4072411. OLE color: 4072411.
HSL color Cylindrical-coordinate representation of color #DB233E: hue angle of 351.2º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB233E is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 62 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.14 |
| HSL | 351.2º | 0.72% | 0.5% | - |
| HSV(B) | 351.2º | 0.84% | 0.86% | - |
| XYZ | 30.68 | 16.61 | 6.15 | - |
| YUV | 93.09 | 110.46 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 62 | 0 | 0.84 | 0.72 | 0.14 | 351.2 | 0.72 | 0.5 |
| Hex | DB | 23 | 3E | 0 | 54 | 48 | E | 15F | 48 | 32 |
| Octal | 333 | 43 | 76 | 0 | 124 | 110 | 16 | 537 | 110 | 62 |
| Binary | 11011011 | 100011 | 111110 | 0 | 1010100 | 1001000 | 1110 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DB233E
Complementary color
Monochromatic Colors of #DB233E
Black with #DB233E
Text Example
Text Example
White with #DB233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB233E; }
p { color: rgb(219,35,62); }
H1.HeaderClassName
{
color: #DB233E;
}
.AnyTagClassName
{
color: #DB233E;
}
</style>
background-color css
<style>
a { background-color: #DB233E; }
a { background-color: rgb(219,35,62); }
div.DivClassName
{
background-color: #DB233E;
}
.BgClassName
{
background-color: #DB233E;
}
</style>
border-color css
<style>
span { border-color: #DB233E; }
span { border-color: rgb(219,35,62); }
td.TdClassName
{
border-color: #DB233E;
}
.TagClassName
{
border-color: #DB233E;
}
</style>