Shades of Crimson #DB0E33
Tints of Crimson #DB0E33
RGB
CMYK
RGB Variations
Color information
#DB0E33 (or 0xDB0E33) is known color: Crimson. HEX triplet: DB, 0E and 33. RGB value is (219,14,51). Sum of RGB (Red+Green+Blue) = 219+14+51=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0E33 is #24F1CC. Grayscale: #4F4F4F. Windows color (decimal): -2421197 or 3346139. OLE color: 3346139.
HSL color Cylindrical-coordinate representation of color #DB0E33: hue angle of 349.17º 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 #DB0E33 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 51 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.14 |
| HSL | 349.17º | 0.88% | 0.46% | - |
| HSV(B) | 349.17º | 0.94% | 0.86% | - |
| XYZ | 29.97 | 15.61 | 4.57 | - |
| YUV | 79.51 | 111.92 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 51 | 0 | 0.94 | 0.77 | 0.14 | 349.17 | 0.88 | 0.46 |
| Hex | DB | E | 33 | 0 | 5E | 4D | E | 15D | 58 | 2E |
| Octal | 333 | 16 | 63 | 0 | 136 | 115 | 16 | 535 | 130 | 56 |
| Binary | 11011011 | 1110 | 110011 | 0 | 1011110 | 1001101 | 1110 | 101011101 | 1011000 | 101110 |
Color Harmonies of #DB0E33
Complementary color
Monochromatic Colors of #DB0E33
Black with #DB0E33
Text Example
Text Example
White with #DB0E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E33; }
p { color: rgb(219,14,51); }
H1.HeaderClassName
{
color: #DB0E33;
}
.AnyTagClassName
{
color: #DB0E33;
}
</style>
background-color css
<style>
a { background-color: #DB0E33; }
a { background-color: rgb(219,14,51); }
div.DivClassName
{
background-color: #DB0E33;
}
.BgClassName
{
background-color: #DB0E33;
}
</style>
border-color css
<style>
span { border-color: #DB0E33; }
span { border-color: rgb(219,14,51); }
td.TdClassName
{
border-color: #DB0E33;
}
.TagClassName
{
border-color: #DB0E33;
}
</style>