Shades of Crimson #DB093E
Tints of Crimson #DB093E
RGB
CMYK
RGB Variations
Color information
#DB093E (or 0xDB093E) is known color: Crimson. HEX triplet: DB, 09 and 3E. RGB value is (219,9,62). Sum of RGB (Red+Green+Blue) = 219+9+62=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB093E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB093E is #24F6C1. Grayscale: #4D4D4D. Windows color (decimal): -2422466 or 4065755. OLE color: 4065755.
HSL color Cylindrical-coordinate representation of color #DB093E: hue angle of 344.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB093E is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 62 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.14 |
| HSL | 344.86º | 0.92% | 0.45% | - |
| HSV(B) | 344.86º | 0.96% | 0.86% | - |
| XYZ | 30.18 | 15.6 | 5.98 | - |
| YUV | 77.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 62 | 0 | 0.96 | 0.72 | 0.14 | 344.86 | 0.92 | 0.45 |
| Hex | DB | 9 | 3E | 0 | 60 | 48 | E | 159 | 5C | 2D |
| Octal | 333 | 11 | 76 | 0 | 140 | 110 | 16 | 531 | 134 | 55 |
| Binary | 11011011 | 1001 | 111110 | 0 | 1100000 | 1001000 | 1110 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DB093E
Complementary color
Monochromatic Colors of #DB093E
Black with #DB093E
Text Example
Text Example
White with #DB093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB093E; }
p { color: rgb(219,9,62); }
H1.HeaderClassName
{
color: #DB093E;
}
.AnyTagClassName
{
color: #DB093E;
}
</style>
background-color css
<style>
a { background-color: #DB093E; }
a { background-color: rgb(219,9,62); }
div.DivClassName
{
background-color: #DB093E;
}
.BgClassName
{
background-color: #DB093E;
}
</style>
border-color css
<style>
span { border-color: #DB093E; }
span { border-color: rgb(219,9,62); }
td.TdClassName
{
border-color: #DB093E;
}
.TagClassName
{
border-color: #DB093E;
}
</style>