Shades of Crimson #DB132F
Tints of Crimson #DB132F
RGB
CMYK
RGB Variations
Color information
#DB132F (or 0xDB132F) is known color: Crimson. HEX triplet: DB, 13 and 2F. RGB value is (219,19,47). Sum of RGB (Red+Green+Blue) = 219+19+47=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB132F is #24ECD0. Grayscale: #525252. Windows color (decimal): -2419921 or 3085275. OLE color: 3085275.
HSL color Cylindrical-coordinate representation of color #DB132F: hue angle of 351.6º 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 #DB132F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.14 |
| HSL | 351.6º | 0.84% | 0.47% | - |
| HSV(B) | 351.6º | 0.91% | 0.86% | - |
| XYZ | 29.96 | 15.73 | 4.15 | - |
| YUV | 81.99 | 108.26 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 47 | 0 | 0.91 | 0.79 | 0.14 | 351.6 | 0.84 | 0.47 |
| Hex | DB | 13 | 2F | 0 | 5B | 4F | E | 160 | 54 | 2F |
| Octal | 333 | 23 | 57 | 0 | 133 | 117 | 16 | 540 | 124 | 57 |
| Binary | 11011011 | 10011 | 101111 | 0 | 1011011 | 1001111 | 1110 | 101100000 | 1010100 | 101111 |
Color Harmonies of #DB132F
Complementary color
Monochromatic Colors of #DB132F
Black with #DB132F
Text Example
Text Example
White with #DB132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB132F; }
p { color: rgb(219,19,47); }
H1.HeaderClassName
{
color: #DB132F;
}
.AnyTagClassName
{
color: #DB132F;
}
</style>
background-color css
<style>
a { background-color: #DB132F; }
a { background-color: rgb(219,19,47); }
div.DivClassName
{
background-color: #DB132F;
}
.BgClassName
{
background-color: #DB132F;
}
</style>
border-color css
<style>
span { border-color: #DB132F; }
span { border-color: rgb(219,19,47); }
td.TdClassName
{
border-color: #DB132F;
}
.TagClassName
{
border-color: #DB132F;
}
</style>