Shades of Crimson #DB0441
Tints of Crimson #DB0441
RGB
CMYK
RGB Variations
Color information
#DB0441 (or 0xDB0441) is known color: Crimson. HEX triplet: DB, 04 and 41. RGB value is (219,4,65). Sum of RGB (Red+Green+Blue) = 219+4+65=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0441 is #24FBBE. Grayscale: #4B4B4B. Windows color (decimal): -2423743 or 4261083. OLE color: 4261083.
HSL color Cylindrical-coordinate representation of color #DB0441: hue angle of 342.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0441 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.14 |
| HSL | 342.98º | 0.96% | 0.44% | - |
| HSV(B) | 342.98º | 0.98% | 0.86% | - |
| XYZ | 30.21 | 15.53 | 6.41 | - |
| YUV | 75.24 | 122.23 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 65 | 0 | 0.98 | 0.70 | 0.14 | 342.98 | 0.96 | 0.44 |
| Hex | DB | 4 | 41 | 0 | 62 | 46 | E | 157 | 60 | 2C |
| Octal | 333 | 4 | 101 | 0 | 142 | 106 | 16 | 527 | 140 | 54 |
| Binary | 11011011 | 100 | 1000001 | 0 | 1100010 | 1000110 | 1110 | 101010111 | 1100000 | 101100 |
Color Harmonies of #DB0441
Complementary color
Monochromatic Colors of #DB0441
Black with #DB0441
Text Example
Text Example
White with #DB0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0441; }
p { color: rgb(219,4,65); }
H1.HeaderClassName
{
color: #DB0441;
}
.AnyTagClassName
{
color: #DB0441;
}
</style>
background-color css
<style>
a { background-color: #DB0441; }
a { background-color: rgb(219,4,65); }
div.DivClassName
{
background-color: #DB0441;
}
.BgClassName
{
background-color: #DB0441;
}
</style>
border-color css
<style>
span { border-color: #DB0441; }
span { border-color: rgb(219,4,65); }
td.TdClassName
{
border-color: #DB0441;
}
.TagClassName
{
border-color: #DB0441;
}
</style>