Shades of Crimson #DB1135
Tints of Crimson #DB1135
RGB
CMYK
RGB Variations
Color information
#DB1135 (or 0xDB1135) is known color: Crimson. HEX triplet: DB, 11 and 35. RGB value is (219,17,53). Sum of RGB (Red+Green+Blue) = 219+17+53=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1135 is #24EECA. Grayscale: #515151. Windows color (decimal): -2420427 or 3477979. OLE color: 3477979.
HSL color Cylindrical-coordinate representation of color #DB1135: hue angle of 349.31º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1135 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 53 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.14 |
| HSL | 349.31º | 0.86% | 0.46% | - |
| HSV(B) | 349.31º | 0.92% | 0.86% | - |
| XYZ | 30.06 | 15.72 | 4.82 | - |
| YUV | 81.5 | 111.92 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 53 | 0 | 0.92 | 0.76 | 0.14 | 349.31 | 0.86 | 0.46 |
| Hex | DB | 11 | 35 | 0 | 5C | 4C | E | 15D | 56 | 2E |
| Octal | 333 | 21 | 65 | 0 | 134 | 114 | 16 | 535 | 126 | 56 |
| Binary | 11011011 | 10001 | 110101 | 0 | 1011100 | 1001100 | 1110 | 101011101 | 1010110 | 101110 |
Color Harmonies of #DB1135
Complementary color
Monochromatic Colors of #DB1135
Black with #DB1135
Text Example
Text Example
White with #DB1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1135; }
p { color: rgb(219,17,53); }
H1.HeaderClassName
{
color: #DB1135;
}
.AnyTagClassName
{
color: #DB1135;
}
</style>
background-color css
<style>
a { background-color: #DB1135; }
a { background-color: rgb(219,17,53); }
div.DivClassName
{
background-color: #DB1135;
}
.BgClassName
{
background-color: #DB1135;
}
</style>
border-color css
<style>
span { border-color: #DB1135; }
span { border-color: rgb(219,17,53); }
td.TdClassName
{
border-color: #DB1135;
}
.TagClassName
{
border-color: #DB1135;
}
</style>