Shades of Crimson #DB0742
Tints of Crimson #DB0742
RGB
CMYK
RGB Variations
Color information
#DB0742 (or 0xDB0742) is known color: Crimson. HEX triplet: DB, 07 and 42. RGB value is (219,7,66). Sum of RGB (Red+Green+Blue) = 219+7+66=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0742 is #24F8BD. Grayscale: #4D4D4D. Windows color (decimal): -2422974 or 4327387. OLE color: 4327387.
HSL color Cylindrical-coordinate representation of color #DB0742: hue angle of 343.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0742 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 66 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.14 |
| HSL | 343.3º | 0.94% | 0.44% | - |
| HSV(B) | 343.3º | 0.97% | 0.86% | - |
| XYZ | 30.27 | 15.61 | 6.57 | - |
| YUV | 77.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 66 | 0 | 0.97 | 0.70 | 0.14 | 343.3 | 0.94 | 0.44 |
| Hex | DB | 7 | 42 | 0 | 61 | 46 | E | 157 | 5E | 2C |
| Octal | 333 | 7 | 102 | 0 | 141 | 106 | 16 | 527 | 136 | 54 |
| Binary | 11011011 | 111 | 1000010 | 0 | 1100001 | 1000110 | 1110 | 101010111 | 1011110 | 101100 |
Color Harmonies of #DB0742
Complementary color
Monochromatic Colors of #DB0742
Black with #DB0742
Text Example
Text Example
White with #DB0742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0742; }
p { color: rgb(219,7,66); }
H1.HeaderClassName
{
color: #DB0742;
}
.AnyTagClassName
{
color: #DB0742;
}
</style>
background-color css
<style>
a { background-color: #DB0742; }
a { background-color: rgb(219,7,66); }
div.DivClassName
{
background-color: #DB0742;
}
.BgClassName
{
background-color: #DB0742;
}
</style>
border-color css
<style>
span { border-color: #DB0742; }
span { border-color: rgb(219,7,66); }
td.TdClassName
{
border-color: #DB0742;
}
.TagClassName
{
border-color: #DB0742;
}
</style>