Shades of Crimson #DB0637
Tints of Crimson #DB0637
RGB
CMYK
RGB Variations
Color information
#DB0637 (or 0xDB0637) is known color: Crimson. HEX triplet: DB, 06 and 37. RGB value is (219,6,55). Sum of RGB (Red+Green+Blue) = 219+6+55=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 55 (21.88% from 255 or 19.64% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0637 is #24F9C8. Grayscale: #4B4B4B. Windows color (decimal): -2423241 or 3606235. OLE color: 3606235.
HSL color Cylindrical-coordinate representation of color #DB0637: hue angle of 346.2º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0637 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 55 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.14 |
| HSL | 346.2º | 0.95% | 0.44% | - |
| HSV(B) | 346.2º | 0.97% | 0.86% | - |
| XYZ | 29.97 | 15.47 | 5.02 | - |
| YUV | 75.27 | 116.57 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 55 | 0 | 0.97 | 0.75 | 0.14 | 346.2 | 0.95 | 0.44 |
| Hex | DB | 6 | 37 | 0 | 61 | 4B | E | 15A | 5F | 2C |
| Octal | 333 | 6 | 67 | 0 | 141 | 113 | 16 | 532 | 137 | 54 |
| Binary | 11011011 | 110 | 110111 | 0 | 1100001 | 1001011 | 1110 | 101011010 | 1011111 | 101100 |
Color Harmonies of #DB0637
Complementary color
Monochromatic Colors of #DB0637
Black with #DB0637
Text Example
Text Example
White with #DB0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0637; }
p { color: rgb(219,6,55); }
H1.HeaderClassName
{
color: #DB0637;
}
.AnyTagClassName
{
color: #DB0637;
}
</style>
background-color css
<style>
a { background-color: #DB0637; }
a { background-color: rgb(219,6,55); }
div.DivClassName
{
background-color: #DB0637;
}
.BgClassName
{
background-color: #DB0637;
}
</style>
border-color css
<style>
span { border-color: #DB0637; }
span { border-color: rgb(219,6,55); }
td.TdClassName
{
border-color: #DB0637;
}
.TagClassName
{
border-color: #DB0637;
}
</style>