Shades of Crimson #DB1E3C
Tints of Crimson #DB1E3C
RGB
CMYK
RGB Variations
Color information
#DB1E3C (or 0xDB1E3C) is known color: Crimson. HEX triplet: DB, 1E and 3C. RGB value is (219,30,60). Sum of RGB (Red+Green+Blue) = 219+30+60=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1E3C is #24E1C3. Grayscale: #5A5A5A. Windows color (decimal): -2417092 or 3940059. OLE color: 3940059.
HSL color Cylindrical-coordinate representation of color #DB1E3C: hue angle of 350.48º 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 #DB1E3C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 60 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.14 |
| HSL | 350.48º | 0.76% | 0.49% | - |
| HSV(B) | 350.48º | 0.86% | 0.86% | - |
| XYZ | 30.49 | 16.31 | 5.82 | - |
| YUV | 89.93 | 111.12 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 60 | 0 | 0.86 | 0.73 | 0.14 | 350.48 | 0.76 | 0.49 |
| Hex | DB | 1E | 3C | 0 | 56 | 49 | E | 15E | 4C | 31 |
| Octal | 333 | 36 | 74 | 0 | 126 | 111 | 16 | 536 | 114 | 61 |
| Binary | 11011011 | 11110 | 111100 | 0 | 1010110 | 1001001 | 1110 | 101011110 | 1001100 | 110001 |
Color Harmonies of #DB1E3C
Complementary color
Monochromatic Colors of #DB1E3C
Black with #DB1E3C
Text Example
Text Example
White with #DB1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E3C; }
p { color: rgb(219,30,60); }
H1.HeaderClassName
{
color: #DB1E3C;
}
.AnyTagClassName
{
color: #DB1E3C;
}
</style>
background-color css
<style>
a { background-color: #DB1E3C; }
a { background-color: rgb(219,30,60); }
div.DivClassName
{
background-color: #DB1E3C;
}
.BgClassName
{
background-color: #DB1E3C;
}
</style>
border-color css
<style>
span { border-color: #DB1E3C; }
span { border-color: rgb(219,30,60); }
td.TdClassName
{
border-color: #DB1E3C;
}
.TagClassName
{
border-color: #DB1E3C;
}
</style>