Shades of Crimson #DB0033
Tints of Crimson #DB0033
RGB
CMYK
RGB Variations
Color information
#DB0033 (or 0xDB0033) is known color: Crimson. HEX triplet: DB, 00 and 33. RGB value is (219,0,51). Sum of RGB (Red+Green+Blue) = 219+0+51=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0033 is #24FFCC. Grayscale: #474747. Windows color (decimal): -2424781 or 3342555. OLE color: 3342555.
HSL color Cylindrical-coordinate representation of color #DB0033: hue angle of 346.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0033 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.77 | 0.14 |
| HSL | 346.03º | 1% | 0.43% | - |
| HSV(B) | 346.03º | 1% | 0.86% | - |
| XYZ | 29.81 | 15.3 | 4.51 | - |
| YUV | 71.3 | 116.55 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 51 | 0 | 1 | 0.77 | 0.14 | 346.03 | 1 | 0.43 |
| Hex | DB | 0 | 33 | 0 | 64 | 4D | E | 15A | 64 | 2B |
| Octal | 333 | 0 | 63 | 0 | 144 | 115 | 16 | 532 | 144 | 53 |
| Binary | 11011011 | 0 | 110011 | 0 | 1100100 | 1001101 | 1110 | 101011010 | 1100100 | 101011 |
Color Harmonies of #DB0033
Complementary color
Monochromatic Colors of #DB0033
Black with #DB0033
Text Example
Text Example
White with #DB0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0033; }
p { color: rgb(219,0,51); }
H1.HeaderClassName
{
color: #DB0033;
}
.AnyTagClassName
{
color: #DB0033;
}
</style>
background-color css
<style>
a { background-color: #DB0033; }
a { background-color: rgb(219,0,51); }
div.DivClassName
{
background-color: #DB0033;
}
.BgClassName
{
background-color: #DB0033;
}
</style>
border-color css
<style>
span { border-color: #DB0033; }
span { border-color: rgb(219,0,51); }
td.TdClassName
{
border-color: #DB0033;
}
.TagClassName
{
border-color: #DB0033;
}
</style>