Shades of Alizarin #DB2C30
Tints of Alizarin #DB2C30
RGB
CMYK
RGB Variations
Color information
#DB2C30 (or 0xDB2C30) is known color: Alizarin. HEX triplet: DB, 2C and 30. RGB value is (219,44,48). Sum of RGB (Red+Green+Blue) = 219+44+48=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C30 is #24D3CF. Grayscale: #606060. Windows color (decimal): -2413520 or 3157211. OLE color: 3157211.
HSL color Cylindrical-coordinate representation of color #DB2C30: hue angle of 358.63º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2C30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 48 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.14 |
| HSL | 358.63º | 0.71% | 0.52% | - |
| HSV(B) | 358.63º | 0.8% | 0.86% | - |
| XYZ | 30.65 | 17.07 | 4.48 | - |
| YUV | 96.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 48 | 0 | 0.80 | 0.78 | 0.14 | 358.63 | 0.71 | 0.52 |
| Hex | DB | 2C | 30 | 0 | 50 | 4E | E | 167 | 47 | 34 |
| Octal | 333 | 54 | 60 | 0 | 120 | 116 | 16 | 547 | 107 | 64 |
| Binary | 11011011 | 101100 | 110000 | 0 | 1010000 | 1001110 | 1110 | 101100111 | 1000111 | 110100 |
Color Harmonies of #DB2C30
Complementary color
Monochromatic Colors of #DB2C30
Black with #DB2C30
Text Example
Text Example
White with #DB2C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2C30; }
p { color: rgb(219,44,48); }
H1.HeaderClassName
{
color: #DB2C30;
}
.AnyTagClassName
{
color: #DB2C30;
}
</style>
background-color css
<style>
a { background-color: #DB2C30; }
a { background-color: rgb(219,44,48); }
div.DivClassName
{
background-color: #DB2C30;
}
.BgClassName
{
background-color: #DB2C30;
}
</style>
border-color css
<style>
span { border-color: #DB2C30; }
span { border-color: rgb(219,44,48); }
td.TdClassName
{
border-color: #DB2C30;
}
.TagClassName
{
border-color: #DB2C30;
}
</style>