Shades of Crimson #DB194A
Tints of Crimson #DB194A
RGB
CMYK
RGB Variations
Color information
#DB194A (or 0xDB194A) is known color: Crimson. HEX triplet: DB, 19 and 4A. RGB value is (219,25,74). Sum of RGB (Red+Green+Blue) = 219+25+74=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB194A is #24E6B5. Grayscale: #585858. Windows color (decimal): -2418358 or 4856283. OLE color: 4856283.
HSL color Cylindrical-coordinate representation of color #DB194A: hue angle of 344.85º 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 #DB194A is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 25 | 74 | - |
CMYK | 0 | 0.89 | 0.66 | 0.14 |
HSL | 344.85º | 0.8% | 0.48% | - |
HSV(B) | 344.85º | 0.89% | 0.86% | - |
XYZ | 30.8 | 16.25 | 7.99 | - |
YUV | 88.59 | 119.77 | 221.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 25 | 74 | 0 | 0.89 | 0.66 | 0.14 | 344.85 | 0.8 | 0.48 |
Hex | DB | 19 | 4A | 0 | 59 | 42 | E | 159 | 50 | 30 |
Octal | 333 | 31 | 112 | 0 | 131 | 102 | 16 | 531 | 120 | 60 |
Binary | 11011011 | 11001 | 1001010 | 0 | 1011001 | 1000010 | 1110 | 101011001 | 1010000 | 110000 |
Color Harmonies of #DB194A
Complementary color
Monochromatic Colors of #DB194A
Black with #DB194A
Text Example
Text Example
White with #DB194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB194A; }
p { color: rgb(219,25,74); }
H1.HeaderClassName
{
color: #DB194A;
}
.AnyTagClassName
{
color: #DB194A;
}
</style>
background-color css
<style>
a { background-color: #DB194A; }
a { background-color: rgb(219,25,74); }
div.DivClassName
{
background-color: #DB194A;
}
.BgClassName
{
background-color: #DB194A;
}
</style>
border-color css
<style>
span { border-color: #DB194A; }
span { border-color: rgb(219,25,74); }
td.TdClassName
{
border-color: #DB194A;
}
.TagClassName
{
border-color: #DB194A;
}
</style>