Shades of Crimson #DB0841
Tints of Crimson #DB0841
RGB
CMYK
RGB Variations
Color information
#DB0841 (or 0xDB0841) is known color: Crimson. HEX triplet: DB, 08 and 41. RGB value is (219,8,65). Sum of RGB (Red+Green+Blue) = 219+8+65=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0841 is #24F7BE. Grayscale: #4D4D4D. Windows color (decimal): -2422719 or 4262107. OLE color: 4262107.
HSL color Cylindrical-coordinate representation of color #DB0841: hue angle of 343.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0841 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 65 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.14 |
| HSL | 343.79º | 0.93% | 0.45% | - |
| HSV(B) | 343.79º | 0.96% | 0.86% | - |
| XYZ | 30.25 | 15.62 | 6.42 | - |
| YUV | 77.59 | 120.9 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 65 | 0 | 0.96 | 0.70 | 0.14 | 343.79 | 0.93 | 0.45 |
| Hex | DB | 8 | 41 | 0 | 60 | 46 | E | 158 | 5D | 2D |
| Octal | 333 | 10 | 101 | 0 | 140 | 106 | 16 | 530 | 135 | 55 |
| Binary | 11011011 | 1000 | 1000001 | 0 | 1100000 | 1000110 | 1110 | 101011000 | 1011101 | 101101 |
Color Harmonies of #DB0841
Complementary color
Monochromatic Colors of #DB0841
Black with #DB0841
Text Example
Text Example
White with #DB0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0841; }
p { color: rgb(219,8,65); }
H1.HeaderClassName
{
color: #DB0841;
}
.AnyTagClassName
{
color: #DB0841;
}
</style>
background-color css
<style>
a { background-color: #DB0841; }
a { background-color: rgb(219,8,65); }
div.DivClassName
{
background-color: #DB0841;
}
.BgClassName
{
background-color: #DB0841;
}
</style>
border-color css
<style>
span { border-color: #DB0841; }
span { border-color: rgb(219,8,65); }
td.TdClassName
{
border-color: #DB0841;
}
.TagClassName
{
border-color: #DB0841;
}
</style>