Shades of Crimson #DB1237
Tints of Crimson #DB1237
RGB
CMYK
RGB Variations
Color information
#DB1237 (or 0xDB1237) is known color: Crimson. HEX triplet: DB, 12 and 37. RGB value is (219,18,55). Sum of RGB (Red+Green+Blue) = 219+18+55=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1237 is #24EDC8. Grayscale: #525252. Windows color (decimal): -2420169 or 3609307. OLE color: 3609307.
HSL color Cylindrical-coordinate representation of color #DB1237: hue angle of 348.96º degrees, saturation: 0.85, 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 #DB1237 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 55 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.14 |
| HSL | 348.96º | 0.85% | 0.46% | - |
| HSV(B) | 348.96º | 0.92% | 0.86% | - |
| XYZ | 30.12 | 15.77 | 5.07 | - |
| YUV | 82.32 | 112.59 | 225.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 55 | 0 | 0.92 | 0.75 | 0.14 | 348.96 | 0.85 | 0.46 |
| Hex | DB | 12 | 37 | 0 | 5C | 4B | E | 15D | 55 | 2E |
| Octal | 333 | 22 | 67 | 0 | 134 | 113 | 16 | 535 | 125 | 56 |
| Binary | 11011011 | 10010 | 110111 | 0 | 1011100 | 1001011 | 1110 | 101011101 | 1010101 | 101110 |
Color Harmonies of #DB1237
Complementary color
Monochromatic Colors of #DB1237
Black with #DB1237
Text Example
Text Example
White with #DB1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1237; }
p { color: rgb(219,18,55); }
H1.HeaderClassName
{
color: #DB1237;
}
.AnyTagClassName
{
color: #DB1237;
}
</style>
background-color css
<style>
a { background-color: #DB1237; }
a { background-color: rgb(219,18,55); }
div.DivClassName
{
background-color: #DB1237;
}
.BgClassName
{
background-color: #DB1237;
}
</style>
border-color css
<style>
span { border-color: #DB1237; }
span { border-color: rgb(219,18,55); }
td.TdClassName
{
border-color: #DB1237;
}
.TagClassName
{
border-color: #DB1237;
}
</style>