Shades of Crimson #DB093C
Tints of Crimson #DB093C
RGB
CMYK
RGB Variations
Color information
#DB093C (or 0xDB093C) is known color: Crimson. HEX triplet: DB, 09 and 3C. RGB value is (219,9,60). Sum of RGB (Red+Green+Blue) = 219+9+60=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB093C is #24F6C3. Grayscale: #4D4D4D. Windows color (decimal): -2422468 or 3934683. OLE color: 3934683.
HSL color Cylindrical-coordinate representation of color #DB093C: hue angle of 345.43º 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 #DB093C is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.14 |
| HSL | 345.43º | 0.92% | 0.45% | - |
| HSV(B) | 345.43º | 0.96% | 0.86% | - |
| XYZ | 30.13 | 15.58 | 5.69 | - |
| YUV | 77.6 | 118.07 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 60 | 0 | 0.96 | 0.73 | 0.14 | 345.43 | 0.92 | 0.45 |
| Hex | DB | 9 | 3C | 0 | 60 | 49 | E | 159 | 5C | 2D |
| Octal | 333 | 11 | 74 | 0 | 140 | 111 | 16 | 531 | 134 | 55 |
| Binary | 11011011 | 1001 | 111100 | 0 | 1100000 | 1001001 | 1110 | 101011001 | 1011100 | 101101 |
Color Harmonies of #DB093C
Complementary color
Monochromatic Colors of #DB093C
Black with #DB093C
Text Example
Text Example
White with #DB093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB093C; }
p { color: rgb(219,9,60); }
H1.HeaderClassName
{
color: #DB093C;
}
.AnyTagClassName
{
color: #DB093C;
}
</style>
background-color css
<style>
a { background-color: #DB093C; }
a { background-color: rgb(219,9,60); }
div.DivClassName
{
background-color: #DB093C;
}
.BgClassName
{
background-color: #DB093C;
}
</style>
border-color css
<style>
span { border-color: #DB093C; }
span { border-color: rgb(219,9,60); }
td.TdClassName
{
border-color: #DB093C;
}
.TagClassName
{
border-color: #DB093C;
}
</style>