Shades of Crimson #DB1841
Tints of Crimson #DB1841
RGB
CMYK
RGB Variations
Color information
#DB1841 (or 0xDB1841) is known color: Crimson. HEX triplet: DB, 18 and 41. RGB value is (219,24,65). Sum of RGB (Red+Green+Blue) = 219+24+65=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1841 is #24E7BE. Grayscale: #575757. Windows color (decimal): -2418623 or 4266203. OLE color: 4266203.
HSL color Cylindrical-coordinate representation of color #DB1841: hue angle of 347.38º 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 #DB1841 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 65 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.14 |
| HSL | 347.38º | 0.8% | 0.48% | - |
| HSV(B) | 347.38º | 0.89% | 0.86% | - |
| XYZ | 30.49 | 16.09 | 6.5 | - |
| YUV | 86.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 65 | 0 | 0.89 | 0.70 | 0.14 | 347.38 | 0.8 | 0.48 |
| Hex | DB | 18 | 41 | 0 | 59 | 46 | E | 15B | 50 | 30 |
| Octal | 333 | 30 | 101 | 0 | 131 | 106 | 16 | 533 | 120 | 60 |
| Binary | 11011011 | 11000 | 1000001 | 0 | 1011001 | 1000110 | 1110 | 101011011 | 1010000 | 110000 |
Color Harmonies of #DB1841
Complementary color
Monochromatic Colors of #DB1841
Black with #DB1841
Text Example
Text Example
White with #DB1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1841; }
p { color: rgb(219,24,65); }
H1.HeaderClassName
{
color: #DB1841;
}
.AnyTagClassName
{
color: #DB1841;
}
</style>
background-color css
<style>
a { background-color: #DB1841; }
a { background-color: rgb(219,24,65); }
div.DivClassName
{
background-color: #DB1841;
}
.BgClassName
{
background-color: #DB1841;
}
</style>
border-color css
<style>
span { border-color: #DB1841; }
span { border-color: rgb(219,24,65); }
td.TdClassName
{
border-color: #DB1841;
}
.TagClassName
{
border-color: #DB1841;
}
</style>