Shades of Alizarin #DB2A36
Tints of Alizarin #DB2A36
RGB
CMYK
RGB Variations
Color information
#DB2A36 (or 0xDB2A36) is known color: Alizarin. HEX triplet: DB, 2A and 36. RGB value is (219,42,54). Sum of RGB (Red+Green+Blue) = 219+42+54=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A36 is #24D5C9. Grayscale: #606060. Windows color (decimal): -2414026 or 3549915. OLE color: 3549915.
HSL color Cylindrical-coordinate representation of color #DB2A36: hue angle of 355.93º 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 #DB2A36 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 54 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.14 |
| HSL | 355.93º | 0.71% | 0.51% | - |
| HSV(B) | 355.93º | 0.81% | 0.86% | - |
| XYZ | 30.71 | 16.98 | 5.15 | - |
| YUV | 96.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 54 | 0 | 0.81 | 0.75 | 0.14 | 355.93 | 0.71 | 0.51 |
| Hex | DB | 2A | 36 | 0 | 51 | 4B | E | 164 | 47 | 33 |
| Octal | 333 | 52 | 66 | 0 | 121 | 113 | 16 | 544 | 107 | 63 |
| Binary | 11011011 | 101010 | 110110 | 0 | 1010001 | 1001011 | 1110 | 101100100 | 1000111 | 110011 |
Color Harmonies of #DB2A36
Complementary color
Monochromatic Colors of #DB2A36
Black with #DB2A36
Text Example
Text Example
White with #DB2A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A36; }
p { color: rgb(219,42,54); }
H1.HeaderClassName
{
color: #DB2A36;
}
.AnyTagClassName
{
color: #DB2A36;
}
</style>
background-color css
<style>
a { background-color: #DB2A36; }
a { background-color: rgb(219,42,54); }
div.DivClassName
{
background-color: #DB2A36;
}
.BgClassName
{
background-color: #DB2A36;
}
</style>
border-color css
<style>
span { border-color: #DB2A36; }
span { border-color: rgb(219,42,54); }
td.TdClassName
{
border-color: #DB2A36;
}
.TagClassName
{
border-color: #DB2A36;
}
</style>