Shades of Crimson #DB0934
Tints of Crimson #DB0934
RGB
CMYK
RGB Variations
Color information
#DB0934 (or 0xDB0934) is known color: Crimson. HEX triplet: DB, 09 and 34. RGB value is (219,9,52). Sum of RGB (Red+Green+Blue) = 219+9+52=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0934 is #24F6CB. Grayscale: #4C4C4C. Windows color (decimal): -2422476 or 3410395. OLE color: 3410395.
HSL color Cylindrical-coordinate representation of color #DB0934: hue angle of 347.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 #DB0934 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.14 |
| HSL | 347.71º | 0.92% | 0.45% | - |
| HSV(B) | 347.71º | 0.96% | 0.86% | - |
| XYZ | 29.93 | 15.5 | 4.66 | - |
| YUV | 76.69 | 114.07 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 52 | 0 | 0.96 | 0.76 | 0.14 | 347.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 34 | 0 | 60 | 4C | E | 15C | 5C | 2D |
| Octal | 333 | 11 | 64 | 0 | 140 | 114 | 16 | 534 | 134 | 55 |
| Binary | 11011011 | 1001 | 110100 | 0 | 1100000 | 1001100 | 1110 | 101011100 | 1011100 | 101101 |
Color Harmonies of #DB0934
Complementary color
Monochromatic Colors of #DB0934
Black with #DB0934
Text Example
Text Example
White with #DB0934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0934; }
p { color: rgb(219,9,52); }
H1.HeaderClassName
{
color: #DB0934;
}
.AnyTagClassName
{
color: #DB0934;
}
</style>
background-color css
<style>
a { background-color: #DB0934; }
a { background-color: rgb(219,9,52); }
div.DivClassName
{
background-color: #DB0934;
}
.BgClassName
{
background-color: #DB0934;
}
</style>
border-color css
<style>
span { border-color: #DB0934; }
span { border-color: rgb(219,9,52); }
td.TdClassName
{
border-color: #DB0934;
}
.TagClassName
{
border-color: #DB0934;
}
</style>