Shades of Crimson #DB1242
Tints of Crimson #DB1242
RGB
CMYK
RGB Variations
Color information
#DB1242 (or 0xDB1242) is known color: Crimson. HEX triplet: DB, 12 and 42. RGB value is (219,18,66). Sum of RGB (Red+Green+Blue) = 219+18+66=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1242 is #24EDBD. Grayscale: #535353. Windows color (decimal): -2420158 or 4330203. OLE color: 4330203.
HSL color Cylindrical-coordinate representation of color #DB1242: hue angle of 345.67º degrees, saturation: 0.85, 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 #DB1242 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 66 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.14 |
| HSL | 345.67º | 0.85% | 0.46% | - |
| HSV(B) | 345.67º | 0.92% | 0.86% | - |
| XYZ | 30.41 | 15.89 | 6.62 | - |
| YUV | 83.57 | 118.09 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 66 | 0 | 0.92 | 0.70 | 0.14 | 345.67 | 0.85 | 0.46 |
| Hex | DB | 12 | 42 | 0 | 5C | 46 | E | 15A | 55 | 2E |
| Octal | 333 | 22 | 102 | 0 | 134 | 106 | 16 | 532 | 125 | 56 |
| Binary | 11011011 | 10010 | 1000010 | 0 | 1011100 | 1000110 | 1110 | 101011010 | 1010101 | 101110 |
Color Harmonies of #DB1242
Complementary color
Monochromatic Colors of #DB1242
Black with #DB1242
Text Example
Text Example
White with #DB1242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1242; }
p { color: rgb(219,18,66); }
H1.HeaderClassName
{
color: #DB1242;
}
.AnyTagClassName
{
color: #DB1242;
}
</style>
background-color css
<style>
a { background-color: #DB1242; }
a { background-color: rgb(219,18,66); }
div.DivClassName
{
background-color: #DB1242;
}
.BgClassName
{
background-color: #DB1242;
}
</style>
border-color css
<style>
span { border-color: #DB1242; }
span { border-color: rgb(219,18,66); }
td.TdClassName
{
border-color: #DB1242;
}
.TagClassName
{
border-color: #DB1242;
}
</style>