Shades of Crimson #DB103C
Tints of Crimson #DB103C
RGB
CMYK
RGB Variations
Color information
#DB103C (or 0xDB103C) is known color: Crimson. HEX triplet: DB, 10 and 3C. RGB value is (219,16,60). Sum of RGB (Red+Green+Blue) = 219+16+60=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB103C is #24EFC3. Grayscale: #515151. Windows color (decimal): -2420676 or 3936475. OLE color: 3936475.
HSL color Cylindrical-coordinate representation of color #DB103C: hue angle of 347º 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 #DB103C is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 60 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.14 |
| HSL | 347º | 0.86% | 0.46% | - |
| HSV(B) | 347º | 0.93% | 0.86% | - |
| XYZ | 30.21 | 15.76 | 5.72 | - |
| YUV | 81.71 | 115.75 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 60 | 0 | 0.93 | 0.73 | 0.14 | 347 | 0.86 | 0.46 |
| Hex | DB | 10 | 3C | 0 | 5D | 49 | E | 15B | 56 | 2E |
| Octal | 333 | 20 | 74 | 0 | 135 | 111 | 16 | 533 | 126 | 56 |
| Binary | 11011011 | 10000 | 111100 | 0 | 1011101 | 1001001 | 1110 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DB103C
Complementary color
Monochromatic Colors of #DB103C
Black with #DB103C
Text Example
Text Example
White with #DB103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB103C; }
p { color: rgb(219,16,60); }
H1.HeaderClassName
{
color: #DB103C;
}
.AnyTagClassName
{
color: #DB103C;
}
</style>
background-color css
<style>
a { background-color: #DB103C; }
a { background-color: rgb(219,16,60); }
div.DivClassName
{
background-color: #DB103C;
}
.BgClassName
{
background-color: #DB103C;
}
</style>
border-color css
<style>
span { border-color: #DB103C; }
span { border-color: rgb(219,16,60); }
td.TdClassName
{
border-color: #DB103C;
}
.TagClassName
{
border-color: #DB103C;
}
</style>