Shades of Crimson #DB103E
Tints of Crimson #DB103E
RGB
CMYK
RGB Variations
Color information
#DB103E (or 0xDB103E) is known color: Crimson. HEX triplet: DB, 10 and 3E. RGB value is (219,16,62). Sum of RGB (Red+Green+Blue) = 219+16+62=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB103E is #24EFC1. Grayscale: #515151. Windows color (decimal): -2420674 or 4067547. OLE color: 4067547.
HSL color Cylindrical-coordinate representation of color #DB103E: hue angle of 346.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB103E is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 62 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.14 |
| HSL | 346.4º | 0.86% | 0.46% | - |
| HSV(B) | 346.4º | 0.93% | 0.86% | - |
| XYZ | 30.27 | 15.78 | 6.01 | - |
| YUV | 81.94 | 116.75 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 62 | 0 | 0.93 | 0.72 | 0.14 | 346.4 | 0.86 | 0.46 |
| Hex | DB | 10 | 3E | 0 | 5D | 48 | E | 15A | 56 | 2E |
| Octal | 333 | 20 | 76 | 0 | 135 | 110 | 16 | 532 | 126 | 56 |
| Binary | 11011011 | 10000 | 111110 | 0 | 1011101 | 1001000 | 1110 | 101011010 | 1010110 | 101110 |
Color Harmonies of #DB103E
Complementary color
Monochromatic Colors of #DB103E
Black with #DB103E
Text Example
Text Example
White with #DB103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB103E; }
p { color: rgb(219,16,62); }
H1.HeaderClassName
{
color: #DB103E;
}
.AnyTagClassName
{
color: #DB103E;
}
</style>
background-color css
<style>
a { background-color: #DB103E; }
a { background-color: rgb(219,16,62); }
div.DivClassName
{
background-color: #DB103E;
}
.BgClassName
{
background-color: #DB103E;
}
</style>
border-color css
<style>
span { border-color: #DB103E; }
span { border-color: rgb(219,16,62); }
td.TdClassName
{
border-color: #DB103E;
}
.TagClassName
{
border-color: #DB103E;
}
</style>