Shades of Crimson #DB1539
Tints of Crimson #DB1539
RGB
CMYK
RGB Variations
Color information
#DB1539 (or 0xDB1539) is known color: Crimson. HEX triplet: DB, 15 and 39. RGB value is (219,21,57). Sum of RGB (Red+Green+Blue) = 219+21+57=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1539 is #24EAC6. Grayscale: #545454. Windows color (decimal): -2419399 or 3741147. OLE color: 3741147.
HSL color Cylindrical-coordinate representation of color #DB1539: hue angle of 349.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1539 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 57 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.14 |
| HSL | 349.09º | 0.83% | 0.47% | - |
| HSV(B) | 349.09º | 0.9% | 0.86% | - |
| XYZ | 30.22 | 15.89 | 5.35 | - |
| YUV | 84.31 | 112.6 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 57 | 0 | 0.90 | 0.74 | 0.14 | 349.09 | 0.83 | 0.47 |
| Hex | DB | 15 | 39 | 0 | 5A | 4A | E | 15D | 52 | 2F |
| Octal | 333 | 25 | 71 | 0 | 132 | 112 | 16 | 535 | 122 | 57 |
| Binary | 11011011 | 10101 | 111001 | 0 | 1011010 | 1001010 | 1110 | 101011101 | 1010010 | 101111 |
Color Harmonies of #DB1539
Complementary color
Monochromatic Colors of #DB1539
Black with #DB1539
Text Example
Text Example
White with #DB1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1539; }
p { color: rgb(219,21,57); }
H1.HeaderClassName
{
color: #DB1539;
}
.AnyTagClassName
{
color: #DB1539;
}
</style>
background-color css
<style>
a { background-color: #DB1539; }
a { background-color: rgb(219,21,57); }
div.DivClassName
{
background-color: #DB1539;
}
.BgClassName
{
background-color: #DB1539;
}
</style>
border-color css
<style>
span { border-color: #DB1539; }
span { border-color: rgb(219,21,57); }
td.TdClassName
{
border-color: #DB1539;
}
.TagClassName
{
border-color: #DB1539;
}
</style>