Shades of Crimson #DB1E39
Tints of Crimson #DB1E39
RGB
CMYK
RGB Variations
Color information
#DB1E39 (or 0xDB1E39) is known color: Crimson. HEX triplet: DB, 1E and 39. RGB value is (219,30,57). Sum of RGB (Red+Green+Blue) = 219+30+57=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E39 is #24E1C6. Grayscale: #595959. Windows color (decimal): -2417095 or 3743451. OLE color: 3743451.
HSL color Cylindrical-coordinate representation of color #DB1E39: hue angle of 351.43º degrees, saturation: 0.76, 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 #DB1E39 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 57 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.14 |
| HSL | 351.43º | 0.76% | 0.49% | - |
| HSV(B) | 351.43º | 0.86% | 0.86% | - |
| XYZ | 30.42 | 16.28 | 5.41 | - |
| YUV | 89.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 57 | 0 | 0.86 | 0.74 | 0.14 | 351.43 | 0.76 | 0.49 |
| Hex | DB | 1E | 39 | 0 | 56 | 4A | E | 15F | 4C | 31 |
| Octal | 333 | 36 | 71 | 0 | 126 | 112 | 16 | 537 | 114 | 61 |
| Binary | 11011011 | 11110 | 111001 | 0 | 1010110 | 1001010 | 1110 | 101011111 | 1001100 | 110001 |
Color Harmonies of #DB1E39
Complementary color
Monochromatic Colors of #DB1E39
Black with #DB1E39
Text Example
Text Example
White with #DB1E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E39; }
p { color: rgb(219,30,57); }
H1.HeaderClassName
{
color: #DB1E39;
}
.AnyTagClassName
{
color: #DB1E39;
}
</style>
background-color css
<style>
a { background-color: #DB1E39; }
a { background-color: rgb(219,30,57); }
div.DivClassName
{
background-color: #DB1E39;
}
.BgClassName
{
background-color: #DB1E39;
}
</style>
border-color css
<style>
span { border-color: #DB1E39; }
span { border-color: rgb(219,30,57); }
td.TdClassName
{
border-color: #DB1E39;
}
.TagClassName
{
border-color: #DB1E39;
}
</style>