Shades of Crimson #DB0C3F
Tints of Crimson #DB0C3F
RGB
CMYK
RGB Variations
Color information
#DB0C3F (or 0xDB0C3F) is known color: Crimson. HEX triplet: DB, 0C and 3F. RGB value is (219,12,63). Sum of RGB (Red+Green+Blue) = 219+12+63=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C3F is #24F3C0. Grayscale: #4F4F4F. Windows color (decimal): -2421697 or 4132059. OLE color: 4132059.
HSL color Cylindrical-coordinate representation of color #DB0C3F: hue angle of 345.22º 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 #DB0C3F is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 63 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.14 |
| HSL | 345.22º | 0.9% | 0.45% | - |
| HSV(B) | 345.22º | 0.95% | 0.86% | - |
| XYZ | 30.24 | 15.68 | 6.14 | - |
| YUV | 79.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 63 | 0 | 0.95 | 0.71 | 0.14 | 345.22 | 0.9 | 0.45 |
| Hex | DB | C | 3F | 0 | 5F | 47 | E | 159 | 5A | 2D |
| Octal | 333 | 14 | 77 | 0 | 137 | 107 | 16 | 531 | 132 | 55 |
| Binary | 11011011 | 1100 | 111111 | 0 | 1011111 | 1000111 | 1110 | 101011001 | 1011010 | 101101 |
Color Harmonies of #DB0C3F
Complementary color
Monochromatic Colors of #DB0C3F
Black with #DB0C3F
Text Example
Text Example
White with #DB0C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C3F; }
p { color: rgb(219,12,63); }
H1.HeaderClassName
{
color: #DB0C3F;
}
.AnyTagClassName
{
color: #DB0C3F;
}
</style>
background-color css
<style>
a { background-color: #DB0C3F; }
a { background-color: rgb(219,12,63); }
div.DivClassName
{
background-color: #DB0C3F;
}
.BgClassName
{
background-color: #DB0C3F;
}
</style>
border-color css
<style>
span { border-color: #DB0C3F; }
span { border-color: rgb(219,12,63); }
td.TdClassName
{
border-color: #DB0C3F;
}
.TagClassName
{
border-color: #DB0C3F;
}
</style>