Shades of Alizarin #DB233D
Tints of Alizarin #DB233D
RGB
CMYK
RGB Variations
Color information
#DB233D (or 0xDB233D) is known color: Alizarin. HEX triplet: DB, 23 and 3D. RGB value is (219,35,61). Sum of RGB (Red+Green+Blue) = 219+35+61=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB233D is #24DCC2. Grayscale: #5D5D5D. Windows color (decimal): -2415811 or 4006875. OLE color: 4006875.
HSL color Cylindrical-coordinate representation of color #DB233D: hue angle of 351.52º 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 #DB233D is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 61 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.14 |
| HSL | 351.52º | 0.72% | 0.5% | - |
| HSV(B) | 351.52º | 0.84% | 0.86% | - |
| XYZ | 30.66 | 16.6 | 6 | - |
| YUV | 92.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 61 | 0 | 0.84 | 0.72 | 0.14 | 351.52 | 0.72 | 0.5 |
| Hex | DB | 23 | 3D | 0 | 54 | 48 | E | 160 | 48 | 32 |
| Octal | 333 | 43 | 75 | 0 | 124 | 110 | 16 | 540 | 110 | 62 |
| Binary | 11011011 | 100011 | 111101 | 0 | 1010100 | 1001000 | 1110 | 101100000 | 1001000 | 110010 |
Color Harmonies of #DB233D
Complementary color
Monochromatic Colors of #DB233D
Black with #DB233D
Text Example
Text Example
White with #DB233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB233D; }
p { color: rgb(219,35,61); }
H1.HeaderClassName
{
color: #DB233D;
}
.AnyTagClassName
{
color: #DB233D;
}
</style>
background-color css
<style>
a { background-color: #DB233D; }
a { background-color: rgb(219,35,61); }
div.DivClassName
{
background-color: #DB233D;
}
.BgClassName
{
background-color: #DB233D;
}
</style>
border-color css
<style>
span { border-color: #DB233D; }
span { border-color: rgb(219,35,61); }
td.TdClassName
{
border-color: #DB233D;
}
.TagClassName
{
border-color: #DB233D;
}
</style>