Shades of Crimson #DB193F
Tints of Crimson #DB193F
RGB
CMYK
RGB Variations
Color information
#DB193F (or 0xDB193F) is known color: Crimson. HEX triplet: DB, 19 and 3F. RGB value is (219,25,63). Sum of RGB (Red+Green+Blue) = 219+25+63=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB193F is #24E6C0. Grayscale: #575757. Windows color (decimal): -2418369 or 4135387. OLE color: 4135387.
HSL color Cylindrical-coordinate representation of color #DB193F: hue angle of 348.25º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB193F is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 63 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.14 |
| HSL | 348.25º | 0.8% | 0.48% | - |
| HSV(B) | 348.25º | 0.89% | 0.86% | - |
| XYZ | 30.46 | 16.11 | 6.21 | - |
| YUV | 87.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 63 | 0 | 0.89 | 0.71 | 0.14 | 348.25 | 0.8 | 0.48 |
| Hex | DB | 19 | 3F | 0 | 59 | 47 | E | 15C | 50 | 30 |
| Octal | 333 | 31 | 77 | 0 | 131 | 107 | 16 | 534 | 120 | 60 |
| Binary | 11011011 | 11001 | 111111 | 0 | 1011001 | 1000111 | 1110 | 101011100 | 1010000 | 110000 |
Color Harmonies of #DB193F
Complementary color
Monochromatic Colors of #DB193F
Black with #DB193F
Text Example
Text Example
White with #DB193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB193F; }
p { color: rgb(219,25,63); }
H1.HeaderClassName
{
color: #DB193F;
}
.AnyTagClassName
{
color: #DB193F;
}
</style>
background-color css
<style>
a { background-color: #DB193F; }
a { background-color: rgb(219,25,63); }
div.DivClassName
{
background-color: #DB193F;
}
.BgClassName
{
background-color: #DB193F;
}
</style>
border-color css
<style>
span { border-color: #DB193F; }
span { border-color: rgb(219,25,63); }
td.TdClassName
{
border-color: #DB193F;
}
.TagClassName
{
border-color: #DB193F;
}
</style>