Shades of Crimson #DB194E
Tints of Crimson #DB194E
RGB
CMYK
RGB Variations
Color information
#DB194E (or 0xDB194E) is known color: Crimson. HEX triplet: DB, 19 and 4E. RGB value is (219,25,78). Sum of RGB (Red+Green+Blue) = 219+25+78=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB194E is #24E6B1. Grayscale: #595959. Windows color (decimal): -2418354 or 5118427. OLE color: 5118427.
HSL color Cylindrical-coordinate representation of color #DB194E: hue angle of 343.61º 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 #DB194E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 78 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.14 |
| HSL | 343.61º | 0.8% | 0.48% | - |
| HSV(B) | 343.61º | 0.89% | 0.86% | - |
| XYZ | 30.94 | 16.31 | 8.72 | - |
| YUV | 89.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 78 | 0 | 0.89 | 0.64 | 0.14 | 343.61 | 0.8 | 0.48 |
| Hex | DB | 19 | 4E | 0 | 59 | 40 | E | 158 | 50 | 30 |
| Octal | 333 | 31 | 116 | 0 | 131 | 100 | 16 | 530 | 120 | 60 |
| Binary | 11011011 | 11001 | 1001110 | 0 | 1011001 | 1000000 | 1110 | 101011000 | 1010000 | 110000 |
Color Harmonies of #DB194E
Complementary color
Monochromatic Colors of #DB194E
Black with #DB194E
Text Example
Text Example
White with #DB194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB194E; }
p { color: rgb(219,25,78); }
H1.HeaderClassName
{
color: #DB194E;
}
.AnyTagClassName
{
color: #DB194E;
}
</style>
background-color css
<style>
a { background-color: #DB194E; }
a { background-color: rgb(219,25,78); }
div.DivClassName
{
background-color: #DB194E;
}
.BgClassName
{
background-color: #DB194E;
}
</style>
border-color css
<style>
span { border-color: #DB194E; }
span { border-color: rgb(219,25,78); }
td.TdClassName
{
border-color: #DB194E;
}
.TagClassName
{
border-color: #DB194E;
}
</style>