Shades of Crimson #DB0735
Tints of Crimson #DB0735
RGB
CMYK
RGB Variations
Color information
#DB0735 (or 0xDB0735) is known color: Crimson. HEX triplet: DB, 07 and 35. RGB value is (219,7,53). Sum of RGB (Red+Green+Blue) = 219+7+53=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0735 is #24F8CA. Grayscale: #4B4B4B. Windows color (decimal): -2422987 or 3475419. OLE color: 3475419.
HSL color Cylindrical-coordinate representation of color #DB0735: hue angle of 346.98º 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 #DB0735 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 53 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.14 |
| HSL | 346.98º | 0.94% | 0.44% | - |
| HSV(B) | 346.98º | 0.97% | 0.86% | - |
| XYZ | 29.93 | 15.47 | 4.78 | - |
| YUV | 75.63 | 115.24 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 53 | 0 | 0.97 | 0.76 | 0.14 | 346.98 | 0.94 | 0.44 |
| Hex | DB | 7 | 35 | 0 | 61 | 4C | E | 15B | 5E | 2C |
| Octal | 333 | 7 | 65 | 0 | 141 | 114 | 16 | 533 | 136 | 54 |
| Binary | 11011011 | 111 | 110101 | 0 | 1100001 | 1001100 | 1110 | 101011011 | 1011110 | 101100 |
Color Harmonies of #DB0735
Complementary color
Monochromatic Colors of #DB0735
Black with #DB0735
Text Example
Text Example
White with #DB0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0735; }
p { color: rgb(219,7,53); }
H1.HeaderClassName
{
color: #DB0735;
}
.AnyTagClassName
{
color: #DB0735;
}
</style>
background-color css
<style>
a { background-color: #DB0735; }
a { background-color: rgb(219,7,53); }
div.DivClassName
{
background-color: #DB0735;
}
.BgClassName
{
background-color: #DB0735;
}
</style>
border-color css
<style>
span { border-color: #DB0735; }
span { border-color: rgb(219,7,53); }
td.TdClassName
{
border-color: #DB0735;
}
.TagClassName
{
border-color: #DB0735;
}
</style>