Shades of Crimson #DB0C40
Tints of Crimson #DB0C40
RGB
CMYK
RGB Variations
Color information
#DB0C40 (or 0xDB0C40) is known color: Crimson. HEX triplet: DB, 0C and 40. RGB value is (219,12,64). Sum of RGB (Red+Green+Blue) = 219+12+64=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C40 is #24F3BF. Grayscale: #4F4F4F. Windows color (decimal): -2421696 or 4197595. OLE color: 4197595.
HSL color Cylindrical-coordinate representation of color #DB0C40: hue angle of 344.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0C40 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 64 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.14 |
| HSL | 344.93º | 0.9% | 0.45% | - |
| HSV(B) | 344.93º | 0.95% | 0.86% | - |
| XYZ | 30.27 | 15.69 | 6.28 | - |
| YUV | 79.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 64 | 0 | 0.95 | 0.71 | 0.14 | 344.93 | 0.9 | 0.45 |
| Hex | DB | C | 40 | 0 | 5F | 47 | E | 159 | 5A | 2D |
| Octal | 333 | 14 | 100 | 0 | 137 | 107 | 16 | 531 | 132 | 55 |
| Binary | 11011011 | 1100 | 1000000 | 0 | 1011111 | 1000111 | 1110 | 101011001 | 1011010 | 101101 |
Color Harmonies of #DB0C40
Complementary color
Monochromatic Colors of #DB0C40
Black with #DB0C40
Text Example
Text Example
White with #DB0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C40; }
p { color: rgb(219,12,64); }
H1.HeaderClassName
{
color: #DB0C40;
}
.AnyTagClassName
{
color: #DB0C40;
}
</style>
background-color css
<style>
a { background-color: #DB0C40; }
a { background-color: rgb(219,12,64); }
div.DivClassName
{
background-color: #DB0C40;
}
.BgClassName
{
background-color: #DB0C40;
}
</style>
border-color css
<style>
span { border-color: #DB0C40; }
span { border-color: rgb(219,12,64); }
td.TdClassName
{
border-color: #DB0C40;
}
.TagClassName
{
border-color: #DB0C40;
}
</style>