Shades of Alizarin #DB1F2A
Tints of Alizarin #DB1F2A
RGB
CMYK
RGB Variations
Color information
#DB1F2A (or 0xDB1F2A) is known color: Alizarin. HEX triplet: DB, 1F and 2A. RGB value is (219,31,42). Sum of RGB (Red+Green+Blue) = 219+31+42=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1F2A is #24E0D5. Grayscale: #585858. Windows color (decimal): -2416854 or 2760667. OLE color: 2760667.
HSL color Cylindrical-coordinate representation of color #DB1F2A: hue angle of 356.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F2A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 42 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.14 |
| HSL | 356.49º | 0.75% | 0.49% | - |
| HSV(B) | 356.49º | 0.86% | 0.86% | - |
| XYZ | 30.12 | 16.21 | 3.73 | - |
| YUV | 88.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 42 | 0 | 0.86 | 0.81 | 0.14 | 356.49 | 0.75 | 0.49 |
| Hex | DB | 1F | 2A | 0 | 56 | 51 | E | 164 | 4B | 31 |
| Octal | 333 | 37 | 52 | 0 | 126 | 121 | 16 | 544 | 113 | 61 |
| Binary | 11011011 | 11111 | 101010 | 0 | 1010110 | 1010001 | 1110 | 101100100 | 1001011 | 110001 |
Color Harmonies of #DB1F2A
Complementary color
Monochromatic Colors of #DB1F2A
Black with #DB1F2A
Text Example
Text Example
White with #DB1F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F2A; }
p { color: rgb(219,31,42); }
H1.HeaderClassName
{
color: #DB1F2A;
}
.AnyTagClassName
{
color: #DB1F2A;
}
</style>
background-color css
<style>
a { background-color: #DB1F2A; }
a { background-color: rgb(219,31,42); }
div.DivClassName
{
background-color: #DB1F2A;
}
.BgClassName
{
background-color: #DB1F2A;
}
</style>
border-color css
<style>
span { border-color: #DB1F2A; }
span { border-color: rgb(219,31,42); }
td.TdClassName
{
border-color: #DB1F2A;
}
.TagClassName
{
border-color: #DB1F2A;
}
</style>