Shades of Crimson #DB0E36
Tints of Crimson #DB0E36
RGB
CMYK
RGB Variations
Color information
#DB0E36 (or 0xDB0E36) is known color: Crimson. HEX triplet: DB, 0E and 36. RGB value is (219,14,54). Sum of RGB (Red+Green+Blue) = 219+14+54=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0E36 is #24F1C9. Grayscale: #4F4F4F. Windows color (decimal): -2421194 or 3542747. OLE color: 3542747.
HSL color Cylindrical-coordinate representation of color #DB0E36: hue angle of 348.29º 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 #DB0E36 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 54 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.14 |
| HSL | 348.29º | 0.88% | 0.46% | - |
| HSV(B) | 348.29º | 0.94% | 0.86% | - |
| XYZ | 30.04 | 15.64 | 4.93 | - |
| YUV | 79.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 54 | 0 | 0.94 | 0.75 | 0.14 | 348.29 | 0.88 | 0.46 |
| Hex | DB | E | 36 | 0 | 5E | 4B | E | 15C | 58 | 2E |
| Octal | 333 | 16 | 66 | 0 | 136 | 113 | 16 | 534 | 130 | 56 |
| Binary | 11011011 | 1110 | 110110 | 0 | 1011110 | 1001011 | 1110 | 101011100 | 1011000 | 101110 |
Color Harmonies of #DB0E36
Complementary color
Monochromatic Colors of #DB0E36
Black with #DB0E36
Text Example
Text Example
White with #DB0E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E36; }
p { color: rgb(219,14,54); }
H1.HeaderClassName
{
color: #DB0E36;
}
.AnyTagClassName
{
color: #DB0E36;
}
</style>
background-color css
<style>
a { background-color: #DB0E36; }
a { background-color: rgb(219,14,54); }
div.DivClassName
{
background-color: #DB0E36;
}
.BgClassName
{
background-color: #DB0E36;
}
</style>
border-color css
<style>
span { border-color: #DB0E36; }
span { border-color: rgb(219,14,54); }
td.TdClassName
{
border-color: #DB0E36;
}
.TagClassName
{
border-color: #DB0E36;
}
</style>