Shades of Crimson #DB0743
Tints of Crimson #DB0743
RGB
CMYK
RGB Variations
Color information
#DB0743 (or 0xDB0743) is known color: Crimson. HEX triplet: DB, 07 and 43. RGB value is (219,7,67). Sum of RGB (Red+Green+Blue) = 219+7+67=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0743 is #24F8BC. Grayscale: #4D4D4D. Windows color (decimal): -2422973 or 4392923. OLE color: 4392923.
HSL color Cylindrical-coordinate representation of color #DB0743: hue angle of 343.02º 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 #DB0743 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 67 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.14 |
| HSL | 343.02º | 0.94% | 0.44% | - |
| HSV(B) | 343.02º | 0.97% | 0.86% | - |
| XYZ | 30.3 | 15.62 | 6.73 | - |
| YUV | 77.23 | 122.24 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 67 | 0 | 0.97 | 0.69 | 0.14 | 343.02 | 0.94 | 0.44 |
| Hex | DB | 7 | 43 | 0 | 61 | 45 | E | 157 | 5E | 2C |
| Octal | 333 | 7 | 103 | 0 | 141 | 105 | 16 | 527 | 136 | 54 |
| Binary | 11011011 | 111 | 1000011 | 0 | 1100001 | 1000101 | 1110 | 101010111 | 1011110 | 101100 |
Color Harmonies of #DB0743
Complementary color
Monochromatic Colors of #DB0743
Black with #DB0743
Text Example
Text Example
White with #DB0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0743; }
p { color: rgb(219,7,67); }
H1.HeaderClassName
{
color: #DB0743;
}
.AnyTagClassName
{
color: #DB0743;
}
</style>
background-color css
<style>
a { background-color: #DB0743; }
a { background-color: rgb(219,7,67); }
div.DivClassName
{
background-color: #DB0743;
}
.BgClassName
{
background-color: #DB0743;
}
</style>
border-color css
<style>
span { border-color: #DB0743; }
span { border-color: rgb(219,7,67); }
td.TdClassName
{
border-color: #DB0743;
}
.TagClassName
{
border-color: #DB0743;
}
</style>