Shades of Crimson #DB0E44
Tints of Crimson #DB0E44
RGB
CMYK
RGB Variations
Color information
#DB0E44 (or 0xDB0E44) is known color: Crimson. HEX triplet: DB, 0E and 44. RGB value is (219,14,68). Sum of RGB (Red+Green+Blue) = 219+14+68=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0E44 is #24F1BB. Grayscale: #515151. Windows color (decimal): -2421180 or 4460251. OLE color: 4460251.
HSL color Cylindrical-coordinate representation of color #DB0E44: hue angle of 344.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E44 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 68 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.14 |
| HSL | 344.2º | 0.88% | 0.46% | - |
| HSV(B) | 344.2º | 0.94% | 0.86% | - |
| XYZ | 30.41 | 15.79 | 6.91 | - |
| YUV | 81.45 | 120.42 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 68 | 0 | 0.94 | 0.69 | 0.14 | 344.2 | 0.88 | 0.46 |
| Hex | DB | E | 44 | 0 | 5E | 45 | E | 158 | 58 | 2E |
| Octal | 333 | 16 | 104 | 0 | 136 | 105 | 16 | 530 | 130 | 56 |
| Binary | 11011011 | 1110 | 1000100 | 0 | 1011110 | 1000101 | 1110 | 101011000 | 1011000 | 101110 |
Color Harmonies of #DB0E44
Complementary color
Monochromatic Colors of #DB0E44
Black with #DB0E44
Text Example
Text Example
White with #DB0E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E44; }
p { color: rgb(219,14,68); }
H1.HeaderClassName
{
color: #DB0E44;
}
.AnyTagClassName
{
color: #DB0E44;
}
</style>
background-color css
<style>
a { background-color: #DB0E44; }
a { background-color: rgb(219,14,68); }
div.DivClassName
{
background-color: #DB0E44;
}
.BgClassName
{
background-color: #DB0E44;
}
</style>
border-color css
<style>
span { border-color: #DB0E44; }
span { border-color: rgb(219,14,68); }
td.TdClassName
{
border-color: #DB0E44;
}
.TagClassName
{
border-color: #DB0E44;
}
</style>