Shades of Crimson #DB103D
Tints of Crimson #DB103D
RGB
CMYK
RGB Variations
Color information
#DB103D (or 0xDB103D) is known color: Crimson. HEX triplet: DB, 10 and 3D. RGB value is (219,16,61). Sum of RGB (Red+Green+Blue) = 219+16+61=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB103D is #24EFC2. Grayscale: #515151. Windows color (decimal): -2420675 or 4002011. OLE color: 4002011.
HSL color Cylindrical-coordinate representation of color #DB103D: hue angle of 346.7º 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 #DB103D is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.14 |
| HSL | 346.7º | 0.86% | 0.46% | - |
| HSV(B) | 346.7º | 0.93% | 0.86% | - |
| XYZ | 30.24 | 15.77 | 5.86 | - |
| YUV | 81.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 61 | 0 | 0.93 | 0.72 | 0.14 | 346.7 | 0.86 | 0.46 |
| Hex | DB | 10 | 3D | 0 | 5D | 48 | E | 15B | 56 | 2E |
| Octal | 333 | 20 | 75 | 0 | 135 | 110 | 16 | 533 | 126 | 56 |
| Binary | 11011011 | 10000 | 111101 | 0 | 1011101 | 1001000 | 1110 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DB103D
Complementary color
Monochromatic Colors of #DB103D
Black with #DB103D
Text Example
Text Example
White with #DB103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB103D; }
p { color: rgb(219,16,61); }
H1.HeaderClassName
{
color: #DB103D;
}
.AnyTagClassName
{
color: #DB103D;
}
</style>
background-color css
<style>
a { background-color: #DB103D; }
a { background-color: rgb(219,16,61); }
div.DivClassName
{
background-color: #DB103D;
}
.BgClassName
{
background-color: #DB103D;
}
</style>
border-color css
<style>
span { border-color: #DB103D; }
span { border-color: rgb(219,16,61); }
td.TdClassName
{
border-color: #DB103D;
}
.TagClassName
{
border-color: #DB103D;
}
</style>