Shades of Alizarin #DB2A2F
Tints of Alizarin #DB2A2F
RGB
CMYK
RGB Variations
Color information
#DB2A2F (or 0xDB2A2F) is known color: Alizarin. HEX triplet: DB, 2A and 2F. RGB value is (219,42,47). Sum of RGB (Red+Green+Blue) = 219+42+47=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A2F is #24D5D0. Grayscale: #5F5F5F. Windows color (decimal): -2414033 or 3091163. OLE color: 3091163.
HSL color Cylindrical-coordinate representation of color #DB2A2F: hue angle of 358.31º 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 #DB2A2F is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 47 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.14 |
| HSL | 358.31º | 0.71% | 0.51% | - |
| HSV(B) | 358.31º | 0.81% | 0.86% | - |
| XYZ | 30.55 | 16.92 | 4.35 | - |
| YUV | 95.49 | 100.64 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 47 | 0 | 0.81 | 0.79 | 0.14 | 358.31 | 0.71 | 0.51 |
| Hex | DB | 2A | 2F | 0 | 51 | 4F | E | 166 | 47 | 33 |
| Octal | 333 | 52 | 57 | 0 | 121 | 117 | 16 | 546 | 107 | 63 |
| Binary | 11011011 | 101010 | 101111 | 0 | 1010001 | 1001111 | 1110 | 101100110 | 1000111 | 110011 |
Color Harmonies of #DB2A2F
Complementary color
Monochromatic Colors of #DB2A2F
Black with #DB2A2F
Text Example
Text Example
White with #DB2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A2F; }
p { color: rgb(219,42,47); }
H1.HeaderClassName
{
color: #DB2A2F;
}
.AnyTagClassName
{
color: #DB2A2F;
}
</style>
background-color css
<style>
a { background-color: #DB2A2F; }
a { background-color: rgb(219,42,47); }
div.DivClassName
{
background-color: #DB2A2F;
}
.BgClassName
{
background-color: #DB2A2F;
}
</style>
border-color css
<style>
span { border-color: #DB2A2F; }
span { border-color: rgb(219,42,47); }
td.TdClassName
{
border-color: #DB2A2F;
}
.TagClassName
{
border-color: #DB2A2F;
}
</style>