Shades of Crimson #DB0C3E
Tints of Crimson #DB0C3E
RGB
CMYK
RGB Variations
Color information
#DB0C3E (or 0xDB0C3E) is known color: Crimson. HEX triplet: DB, 0C and 3E. RGB value is (219,12,62). Sum of RGB (Red+Green+Blue) = 219+12+62=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C3E is #24F3C1. Grayscale: #4F4F4F. Windows color (decimal): -2421698 or 4066523. OLE color: 4066523.
HSL color Cylindrical-coordinate representation of color #DB0C3E: hue angle of 345.51º 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 #DB0C3E is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 62 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.14 |
| HSL | 345.51º | 0.9% | 0.45% | - |
| HSV(B) | 345.51º | 0.95% | 0.86% | - |
| XYZ | 30.21 | 15.67 | 5.99 | - |
| YUV | 79.59 | 118.08 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 62 | 0 | 0.95 | 0.72 | 0.14 | 345.51 | 0.9 | 0.45 |
| Hex | DB | C | 3E | 0 | 5F | 48 | E | 15A | 5A | 2D |
| Octal | 333 | 14 | 76 | 0 | 137 | 110 | 16 | 532 | 132 | 55 |
| Binary | 11011011 | 1100 | 111110 | 0 | 1011111 | 1001000 | 1110 | 101011010 | 1011010 | 101101 |
Color Harmonies of #DB0C3E
Complementary color
Monochromatic Colors of #DB0C3E
Black with #DB0C3E
Text Example
Text Example
White with #DB0C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C3E; }
p { color: rgb(219,12,62); }
H1.HeaderClassName
{
color: #DB0C3E;
}
.AnyTagClassName
{
color: #DB0C3E;
}
</style>
background-color css
<style>
a { background-color: #DB0C3E; }
a { background-color: rgb(219,12,62); }
div.DivClassName
{
background-color: #DB0C3E;
}
.BgClassName
{
background-color: #DB0C3E;
}
</style>
border-color css
<style>
span { border-color: #DB0C3E; }
span { border-color: rgb(219,12,62); }
td.TdClassName
{
border-color: #DB0C3E;
}
.TagClassName
{
border-color: #DB0C3E;
}
</style>