Shades of Crimson #DB1F3B
Tints of Crimson #DB1F3B
RGB
CMYK
RGB Variations
Color information
#DB1F3B (or 0xDB1F3B) is known color: Crimson. HEX triplet: DB, 1F and 3B. RGB value is (219,31,59). Sum of RGB (Red+Green+Blue) = 219+31+59=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1F3B is #24E0C4. Grayscale: #5A5A5A. Windows color (decimal): -2416837 or 3874779. OLE color: 3874779.
HSL color Cylindrical-coordinate representation of color #DB1F3B: hue angle of 351.06º degrees, saturation: 0.75, 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 #DB1F3B is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 59 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.14 |
| HSL | 351.06º | 0.75% | 0.49% | - |
| HSV(B) | 351.06º | 0.86% | 0.86% | - |
| XYZ | 30.49 | 16.36 | 5.69 | - |
| YUV | 90.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 59 | 0 | 0.86 | 0.73 | 0.14 | 351.06 | 0.75 | 0.49 |
| Hex | DB | 1F | 3B | 0 | 56 | 49 | E | 15F | 4B | 31 |
| Octal | 333 | 37 | 73 | 0 | 126 | 111 | 16 | 537 | 113 | 61 |
| Binary | 11011011 | 11111 | 111011 | 0 | 1010110 | 1001001 | 1110 | 101011111 | 1001011 | 110001 |
Color Harmonies of #DB1F3B
Complementary color
Monochromatic Colors of #DB1F3B
Black with #DB1F3B
Text Example
Text Example
White with #DB1F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F3B; }
p { color: rgb(219,31,59); }
H1.HeaderClassName
{
color: #DB1F3B;
}
.AnyTagClassName
{
color: #DB1F3B;
}
</style>
background-color css
<style>
a { background-color: #DB1F3B; }
a { background-color: rgb(219,31,59); }
div.DivClassName
{
background-color: #DB1F3B;
}
.BgClassName
{
background-color: #DB1F3B;
}
</style>
border-color css
<style>
span { border-color: #DB1F3B; }
span { border-color: rgb(219,31,59); }
td.TdClassName
{
border-color: #DB1F3B;
}
.TagClassName
{
border-color: #DB1F3B;
}
</style>