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