Shades of Crimson #DB1439
Tints of Crimson #DB1439
RGB
CMYK
RGB Variations
Color information
#DB1439 (or 0xDB1439) is known color: Crimson. HEX triplet: DB, 14 and 39. RGB value is (219,20,57). Sum of RGB (Red+Green+Blue) = 219+20+57=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1439 is #24EBC6. Grayscale: #535353. Windows color (decimal): -2419655 or 3740891. OLE color: 3740891.
HSL color Cylindrical-coordinate representation of color #DB1439: hue angle of 348.84º 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 #DB1439 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 57 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.14 |
| HSL | 348.84º | 0.83% | 0.47% | - |
| HSV(B) | 348.84º | 0.91% | 0.86% | - |
| XYZ | 30.2 | 15.86 | 5.34 | - |
| YUV | 83.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 57 | 0 | 0.91 | 0.74 | 0.14 | 348.84 | 0.83 | 0.47 |
| Hex | DB | 14 | 39 | 0 | 5B | 4A | E | 15D | 53 | 2F |
| Octal | 333 | 24 | 71 | 0 | 133 | 112 | 16 | 535 | 123 | 57 |
| Binary | 11011011 | 10100 | 111001 | 0 | 1011011 | 1001010 | 1110 | 101011101 | 1010011 | 101111 |
Color Harmonies of #DB1439
Complementary color
Monochromatic Colors of #DB1439
Black with #DB1439
Text Example
Text Example
White with #DB1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1439; }
p { color: rgb(219,20,57); }
H1.HeaderClassName
{
color: #DB1439;
}
.AnyTagClassName
{
color: #DB1439;
}
</style>
background-color css
<style>
a { background-color: #DB1439; }
a { background-color: rgb(219,20,57); }
div.DivClassName
{
background-color: #DB1439;
}
.BgClassName
{
background-color: #DB1439;
}
</style>
border-color css
<style>
span { border-color: #DB1439; }
span { border-color: rgb(219,20,57); }
td.TdClassName
{
border-color: #DB1439;
}
.TagClassName
{
border-color: #DB1439;
}
</style>