Shades of Crimson #DB132E
Tints of Crimson #DB132E
RGB
CMYK
RGB Variations
Color information
#DB132E (or 0xDB132E) is known color: Crimson. HEX triplet: DB, 13 and 2E. RGB value is (219,19,46). Sum of RGB (Red+Green+Blue) = 219+19+46=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB132E is #24ECD1. Grayscale: #515151. Windows color (decimal): -2419922 or 3019739. OLE color: 3019739.
HSL color Cylindrical-coordinate representation of color #DB132E: hue angle of 351.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB132E is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 46 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.14 |
| HSL | 351.9º | 0.84% | 0.47% | - |
| HSV(B) | 351.9º | 0.91% | 0.86% | - |
| XYZ | 29.94 | 15.72 | 4.04 | - |
| YUV | 81.88 | 107.76 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 46 | 0 | 0.91 | 0.79 | 0.14 | 351.9 | 0.84 | 0.47 |
| Hex | DB | 13 | 2E | 0 | 5B | 4F | E | 160 | 54 | 2F |
| Octal | 333 | 23 | 56 | 0 | 133 | 117 | 16 | 540 | 124 | 57 |
| Binary | 11011011 | 10011 | 101110 | 0 | 1011011 | 1001111 | 1110 | 101100000 | 1010100 | 101111 |
Color Harmonies of #DB132E
Complementary color
Monochromatic Colors of #DB132E
Black with #DB132E
Text Example
Text Example
White with #DB132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB132E; }
p { color: rgb(219,19,46); }
H1.HeaderClassName
{
color: #DB132E;
}
.AnyTagClassName
{
color: #DB132E;
}
</style>
background-color css
<style>
a { background-color: #DB132E; }
a { background-color: rgb(219,19,46); }
div.DivClassName
{
background-color: #DB132E;
}
.BgClassName
{
background-color: #DB132E;
}
</style>
border-color css
<style>
span { border-color: #DB132E; }
span { border-color: rgb(219,19,46); }
td.TdClassName
{
border-color: #DB132E;
}
.TagClassName
{
border-color: #DB132E;
}
</style>