Shades of Crimson #DB1042
Tints of Crimson #DB1042
RGB
CMYK
RGB Variations
Color information
#DB1042 (or 0xDB1042) is known color: Crimson. HEX triplet: DB, 10 and 42. RGB value is (219,16,66). Sum of RGB (Red+Green+Blue) = 219+16+66=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1042 is #24EFBD. Grayscale: #525252. Windows color (decimal): -2420670 or 4329691. OLE color: 4329691.
HSL color Cylindrical-coordinate representation of color #DB1042: hue angle of 345.22º 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 #DB1042 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 66 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.14 |
| HSL | 345.22º | 0.86% | 0.46% | - |
| HSV(B) | 345.22º | 0.93% | 0.86% | - |
| XYZ | 30.38 | 15.82 | 6.61 | - |
| YUV | 82.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 66 | 0 | 0.93 | 0.70 | 0.14 | 345.22 | 0.86 | 0.46 |
| Hex | DB | 10 | 42 | 0 | 5D | 46 | E | 159 | 56 | 2E |
| Octal | 333 | 20 | 102 | 0 | 135 | 106 | 16 | 531 | 126 | 56 |
| Binary | 11011011 | 10000 | 1000010 | 0 | 1011101 | 1000110 | 1110 | 101011001 | 1010110 | 101110 |
Color Harmonies of #DB1042
Complementary color
Monochromatic Colors of #DB1042
Black with #DB1042
Text Example
Text Example
White with #DB1042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1042; }
p { color: rgb(219,16,66); }
H1.HeaderClassName
{
color: #DB1042;
}
.AnyTagClassName
{
color: #DB1042;
}
</style>
background-color css
<style>
a { background-color: #DB1042; }
a { background-color: rgb(219,16,66); }
div.DivClassName
{
background-color: #DB1042;
}
.BgClassName
{
background-color: #DB1042;
}
</style>
border-color css
<style>
span { border-color: #DB1042; }
span { border-color: rgb(219,16,66); }
td.TdClassName
{
border-color: #DB1042;
}
.TagClassName
{
border-color: #DB1042;
}
</style>