Shades of Alizarin #DB2A30
Tints of Alizarin #DB2A30
RGB
CMYK
RGB Variations
Color information
#DB2A30 (or 0xDB2A30) is known color: Alizarin. HEX triplet: DB, 2A and 30. RGB value is (219,42,48). Sum of RGB (Red+Green+Blue) = 219+42+48=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A30 is #24D5CF. Grayscale: #5F5F5F. Windows color (decimal): -2414032 or 3156699. OLE color: 3156699.
HSL color Cylindrical-coordinate representation of color #DB2A30: hue angle of 357.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A30 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 48 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.14 |
| HSL | 357.97º | 0.71% | 0.51% | - |
| HSV(B) | 357.97º | 0.81% | 0.86% | - |
| XYZ | 30.57 | 16.93 | 4.45 | - |
| YUV | 95.61 | 101.14 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 48 | 0 | 0.81 | 0.78 | 0.14 | 357.97 | 0.71 | 0.51 |
| Hex | DB | 2A | 30 | 0 | 51 | 4E | E | 166 | 47 | 33 |
| Octal | 333 | 52 | 60 | 0 | 121 | 116 | 16 | 546 | 107 | 63 |
| Binary | 11011011 | 101010 | 110000 | 0 | 1010001 | 1001110 | 1110 | 101100110 | 1000111 | 110011 |
Color Harmonies of #DB2A30
Complementary color
Monochromatic Colors of #DB2A30
Black with #DB2A30
Text Example
Text Example
White with #DB2A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A30; }
p { color: rgb(219,42,48); }
H1.HeaderClassName
{
color: #DB2A30;
}
.AnyTagClassName
{
color: #DB2A30;
}
</style>
background-color css
<style>
a { background-color: #DB2A30; }
a { background-color: rgb(219,42,48); }
div.DivClassName
{
background-color: #DB2A30;
}
.BgClassName
{
background-color: #DB2A30;
}
</style>
border-color css
<style>
span { border-color: #DB2A30; }
span { border-color: rgb(219,42,48); }
td.TdClassName
{
border-color: #DB2A30;
}
.TagClassName
{
border-color: #DB2A30;
}
</style>