Shades of Crimson #DB1431
Tints of Crimson #DB1431
RGB
CMYK
RGB Variations
Color information
#DB1431 (or 0xDB1431) is known color: Crimson. HEX triplet: DB, 14 and 31. RGB value is (219,20,49). Sum of RGB (Red+Green+Blue) = 219+20+49=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1431 is #24EBCE. Grayscale: #525252. Windows color (decimal): -2419663 or 3216603. OLE color: 3216603.
HSL color Cylindrical-coordinate representation of color #DB1431: hue angle of 351.26º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1431 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 49 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.14 |
| HSL | 351.26º | 0.83% | 0.47% | - |
| HSV(B) | 351.26º | 0.91% | 0.86% | - |
| XYZ | 30.02 | 15.78 | 4.37 | - |
| YUV | 82.81 | 108.93 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 49 | 0 | 0.91 | 0.78 | 0.14 | 351.26 | 0.83 | 0.47 |
| Hex | DB | 14 | 31 | 0 | 5B | 4E | E | 15F | 53 | 2F |
| Octal | 333 | 24 | 61 | 0 | 133 | 116 | 16 | 537 | 123 | 57 |
| Binary | 11011011 | 10100 | 110001 | 0 | 1011011 | 1001110 | 1110 | 101011111 | 1010011 | 101111 |
Color Harmonies of #DB1431
Complementary color
Monochromatic Colors of #DB1431
Black with #DB1431
Text Example
Text Example
White with #DB1431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1431; }
p { color: rgb(219,20,49); }
H1.HeaderClassName
{
color: #DB1431;
}
.AnyTagClassName
{
color: #DB1431;
}
</style>
background-color css
<style>
a { background-color: #DB1431; }
a { background-color: rgb(219,20,49); }
div.DivClassName
{
background-color: #DB1431;
}
.BgClassName
{
background-color: #DB1431;
}
</style>
border-color css
<style>
span { border-color: #DB1431; }
span { border-color: rgb(219,20,49); }
td.TdClassName
{
border-color: #DB1431;
}
.TagClassName
{
border-color: #DB1431;
}
</style>