Shades of Crimson #DB0933
Tints of Crimson #DB0933
RGB
CMYK
RGB Variations
Color information
#DB0933 (or 0xDB0933) is known color: Crimson. HEX triplet: DB, 09 and 33. RGB value is (219,9,51). Sum of RGB (Red+Green+Blue) = 219+9+51=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0933 is #24F6CC. Grayscale: #4C4C4C. Windows color (decimal): -2422477 or 3344859. OLE color: 3344859.
HSL color Cylindrical-coordinate representation of color #DB0933: hue angle of 348º 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 #DB0933 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 51 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.14 |
| HSL | 348º | 0.92% | 0.45% | - |
| HSV(B) | 348º | 0.96% | 0.86% | - |
| XYZ | 29.91 | 15.49 | 4.55 | - |
| YUV | 76.58 | 113.57 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 51 | 0 | 0.96 | 0.77 | 0.14 | 348 | 0.92 | 0.45 |
| Hex | DB | 9 | 33 | 0 | 60 | 4D | E | 15C | 5C | 2D |
| Octal | 333 | 11 | 63 | 0 | 140 | 115 | 16 | 534 | 134 | 55 |
| Binary | 11011011 | 1001 | 110011 | 0 | 1100000 | 1001101 | 1110 | 101011100 | 1011100 | 101101 |
Color Harmonies of #DB0933
Complementary color
Monochromatic Colors of #DB0933
Black with #DB0933
Text Example
Text Example
White with #DB0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0933; }
p { color: rgb(219,9,51); }
H1.HeaderClassName
{
color: #DB0933;
}
.AnyTagClassName
{
color: #DB0933;
}
</style>
background-color css
<style>
a { background-color: #DB0933; }
a { background-color: rgb(219,9,51); }
div.DivClassName
{
background-color: #DB0933;
}
.BgClassName
{
background-color: #DB0933;
}
</style>
border-color css
<style>
span { border-color: #DB0933; }
span { border-color: rgb(219,9,51); }
td.TdClassName
{
border-color: #DB0933;
}
.TagClassName
{
border-color: #DB0933;
}
</style>