Shades of Crimson #DB0533
Tints of Crimson #DB0533
RGB
CMYK
RGB Variations
Color information
#DB0533 (or 0xDB0533) is known color: Crimson. HEX triplet: DB, 05 and 33. RGB value is (219,5,51). Sum of RGB (Red+Green+Blue) = 219+5+51=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0533 is #24FACC. Grayscale: #4A4A4A. Windows color (decimal): -2423501 or 3343835. OLE color: 3343835.
HSL color Cylindrical-coordinate representation of color #DB0533: hue angle of 347.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0533 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 51 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.14 |
| HSL | 347.1º | 0.96% | 0.44% | - |
| HSV(B) | 347.1º | 0.98% | 0.86% | - |
| XYZ | 29.87 | 15.41 | 4.53 | - |
| YUV | 74.23 | 114.9 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 51 | 0 | 0.98 | 0.77 | 0.14 | 347.1 | 0.96 | 0.44 |
| Hex | DB | 5 | 33 | 0 | 62 | 4D | E | 15B | 60 | 2C |
| Octal | 333 | 5 | 63 | 0 | 142 | 115 | 16 | 533 | 140 | 54 |
| Binary | 11011011 | 101 | 110011 | 0 | 1100010 | 1001101 | 1110 | 101011011 | 1100000 | 101100 |
Color Harmonies of #DB0533
Complementary color
Monochromatic Colors of #DB0533
Black with #DB0533
Text Example
Text Example
White with #DB0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0533; }
p { color: rgb(219,5,51); }
H1.HeaderClassName
{
color: #DB0533;
}
.AnyTagClassName
{
color: #DB0533;
}
</style>
background-color css
<style>
a { background-color: #DB0533; }
a { background-color: rgb(219,5,51); }
div.DivClassName
{
background-color: #DB0533;
}
.BgClassName
{
background-color: #DB0533;
}
</style>
border-color css
<style>
span { border-color: #DB0533; }
span { border-color: rgb(219,5,51); }
td.TdClassName
{
border-color: #DB0533;
}
.TagClassName
{
border-color: #DB0533;
}
</style>