Shades of Crimson #DB1930
Tints of Crimson #DB1930
RGB
CMYK
RGB Variations
Color information
#DB1930 (or 0xDB1930) is known color: Crimson. HEX triplet: DB, 19 and 30. RGB value is (219,25,48). Sum of RGB (Red+Green+Blue) = 219+25+48=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1930 is #24E6CF. Grayscale: #555555. Windows color (decimal): -2418384 or 3152347. OLE color: 3152347.
HSL color Cylindrical-coordinate representation of color #DB1930: hue angle of 352.89º 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 #DB1930 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 48 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.14 |
| HSL | 352.89º | 0.8% | 0.48% | - |
| HSV(B) | 352.89º | 0.89% | 0.86% | - |
| XYZ | 30.09 | 15.97 | 4.29 | - |
| YUV | 85.63 | 106.77 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 48 | 0 | 0.89 | 0.78 | 0.14 | 352.89 | 0.8 | 0.48 |
| Hex | DB | 19 | 30 | 0 | 59 | 4E | E | 161 | 50 | 30 |
| Octal | 333 | 31 | 60 | 0 | 131 | 116 | 16 | 541 | 120 | 60 |
| Binary | 11011011 | 11001 | 110000 | 0 | 1011001 | 1001110 | 1110 | 101100001 | 1010000 | 110000 |
Color Harmonies of #DB1930
Complementary color
Monochromatic Colors of #DB1930
Black with #DB1930
Text Example
Text Example
White with #DB1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1930; }
p { color: rgb(219,25,48); }
H1.HeaderClassName
{
color: #DB1930;
}
.AnyTagClassName
{
color: #DB1930;
}
</style>
background-color css
<style>
a { background-color: #DB1930; }
a { background-color: rgb(219,25,48); }
div.DivClassName
{
background-color: #DB1930;
}
.BgClassName
{
background-color: #DB1930;
}
</style>
border-color css
<style>
span { border-color: #DB1930; }
span { border-color: rgb(219,25,48); }
td.TdClassName
{
border-color: #DB1930;
}
.TagClassName
{
border-color: #DB1930;
}
</style>