Shades of Crimson #DB114A
Tints of Crimson #DB114A
RGB
CMYK
RGB Variations
Color information
#DB114A (or 0xDB114A) is known color: Crimson. HEX triplet: DB, 11 and 4A. RGB value is (219,17,74). Sum of RGB (Red+Green+Blue) = 219+17+74=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB114A is #24EEB5. Grayscale: #535353. Windows color (decimal): -2420406 or 4854235. OLE color: 4854235.
HSL color Cylindrical-coordinate representation of color #DB114A: hue angle of 343.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB114A is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 74 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.14 |
| HSL | 343.07º | 0.86% | 0.46% | - |
| HSV(B) | 343.07º | 0.92% | 0.86% | - |
| XYZ | 30.65 | 15.96 | 7.94 | - |
| YUV | 83.9 | 122.42 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 74 | 0 | 0.92 | 0.66 | 0.14 | 343.07 | 0.86 | 0.46 |
| Hex | DB | 11 | 4A | 0 | 5C | 42 | E | 157 | 56 | 2E |
| Octal | 333 | 21 | 112 | 0 | 134 | 102 | 16 | 527 | 126 | 56 |
| Binary | 11011011 | 10001 | 1001010 | 0 | 1011100 | 1000010 | 1110 | 101010111 | 1010110 | 101110 |
Color Harmonies of #DB114A
Complementary color
Monochromatic Colors of #DB114A
Black with #DB114A
Text Example
Text Example
White with #DB114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB114A; }
p { color: rgb(219,17,74); }
H1.HeaderClassName
{
color: #DB114A;
}
.AnyTagClassName
{
color: #DB114A;
}
</style>
background-color css
<style>
a { background-color: #DB114A; }
a { background-color: rgb(219,17,74); }
div.DivClassName
{
background-color: #DB114A;
}
.BgClassName
{
background-color: #DB114A;
}
</style>
border-color css
<style>
span { border-color: #DB114A; }
span { border-color: rgb(219,17,74); }
td.TdClassName
{
border-color: #DB114A;
}
.TagClassName
{
border-color: #DB114A;
}
</style>