Shades of Crimson #DB0736
Tints of Crimson #DB0736
RGB
CMYK
RGB Variations
Color information
#DB0736 (or 0xDB0736) is known color: Crimson. HEX triplet: DB, 07 and 36. RGB value is (219,7,54). Sum of RGB (Red+Green+Blue) = 219+7+54=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0736 is #24F8C9. Grayscale: #4B4B4B. Windows color (decimal): -2422986 or 3540955. OLE color: 3540955.
HSL color Cylindrical-coordinate representation of color #DB0736: hue angle of 346.7º degrees, saturation: 0.94, 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 #DB0736 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.14 |
| HSL | 346.7º | 0.94% | 0.44% | - |
| HSV(B) | 346.7º | 0.97% | 0.86% | - |
| XYZ | 29.96 | 15.48 | 4.9 | - |
| YUV | 75.75 | 115.74 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 54 | 0 | 0.97 | 0.75 | 0.14 | 346.7 | 0.94 | 0.44 |
| Hex | DB | 7 | 36 | 0 | 61 | 4B | E | 15B | 5E | 2C |
| Octal | 333 | 7 | 66 | 0 | 141 | 113 | 16 | 533 | 136 | 54 |
| Binary | 11011011 | 111 | 110110 | 0 | 1100001 | 1001011 | 1110 | 101011011 | 1011110 | 101100 |
Color Harmonies of #DB0736
Complementary color
Monochromatic Colors of #DB0736
Black with #DB0736
Text Example
Text Example
White with #DB0736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0736; }
p { color: rgb(219,7,54); }
H1.HeaderClassName
{
color: #DB0736;
}
.AnyTagClassName
{
color: #DB0736;
}
</style>
background-color css
<style>
a { background-color: #DB0736; }
a { background-color: rgb(219,7,54); }
div.DivClassName
{
background-color: #DB0736;
}
.BgClassName
{
background-color: #DB0736;
}
</style>
border-color css
<style>
span { border-color: #DB0736; }
span { border-color: rgb(219,7,54); }
td.TdClassName
{
border-color: #DB0736;
}
.TagClassName
{
border-color: #DB0736;
}
</style>