Shades of Crimson #DB093B
Tints of Crimson #DB093B
RGB
CMYK
RGB Variations
Color information
#DB093B (or 0xDB093B) is known color: Crimson. HEX triplet: DB, 09 and 3B. RGB value is (219,9,59). Sum of RGB (Red+Green+Blue) = 219+9+59=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB093B is #24F6C4. Grayscale: #4D4D4D. Windows color (decimal): -2422469 or 3869147. OLE color: 3869147.
HSL color Cylindrical-coordinate representation of color #DB093B: hue angle of 345.71º 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 #DB093B is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.14 |
| HSL | 345.71º | 0.92% | 0.45% | - |
| HSV(B) | 345.71º | 0.96% | 0.86% | - |
| XYZ | 30.1 | 15.57 | 5.56 | - |
| YUV | 77.49 | 117.57 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 59 | 0 | 0.96 | 0.73 | 0.14 | 345.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 3B | 0 | 60 | 49 | E | 15A | 5C | 2D |
| Octal | 333 | 11 | 73 | 0 | 140 | 111 | 16 | 532 | 134 | 55 |
| Binary | 11011011 | 1001 | 111011 | 0 | 1100000 | 1001001 | 1110 | 101011010 | 1011100 | 101101 |
Color Harmonies of #DB093B
Complementary color
Monochromatic Colors of #DB093B
Black with #DB093B
Text Example
Text Example
White with #DB093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB093B; }
p { color: rgb(219,9,59); }
H1.HeaderClassName
{
color: #DB093B;
}
.AnyTagClassName
{
color: #DB093B;
}
</style>
background-color css
<style>
a { background-color: #DB093B; }
a { background-color: rgb(219,9,59); }
div.DivClassName
{
background-color: #DB093B;
}
.BgClassName
{
background-color: #DB093B;
}
</style>
border-color css
<style>
span { border-color: #DB093B; }
span { border-color: rgb(219,9,59); }
td.TdClassName
{
border-color: #DB093B;
}
.TagClassName
{
border-color: #DB093B;
}
</style>