Shades of Crimson #DB134D
Tints of Crimson #DB134D
RGB
CMYK
RGB Variations
Color information
#DB134D (or 0xDB134D) is known color: Crimson. HEX triplet: DB, 13 and 4D. RGB value is (219,19,77). Sum of RGB (Red+Green+Blue) = 219+19+77=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB134D is #24ECB2. Grayscale: #555555. Windows color (decimal): -2419891 or 5051355. OLE color: 5051355.
HSL color Cylindrical-coordinate representation of color #DB134D: hue angle of 342.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 #DB134D is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 77 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.14 |
| HSL | 342.6º | 0.84% | 0.47% | - |
| HSV(B) | 342.6º | 0.91% | 0.86% | - |
| XYZ | 30.79 | 16.06 | 8.5 | - |
| YUV | 85.41 | 123.26 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 77 | 0 | 0.91 | 0.65 | 0.14 | 342.6 | 0.84 | 0.47 |
| Hex | DB | 13 | 4D | 0 | 5B | 41 | E | 157 | 54 | 2F |
| Octal | 333 | 23 | 115 | 0 | 133 | 101 | 16 | 527 | 124 | 57 |
| Binary | 11011011 | 10011 | 1001101 | 0 | 1011011 | 1000001 | 1110 | 101010111 | 1010100 | 101111 |
Color Harmonies of #DB134D
Complementary color
Monochromatic Colors of #DB134D
Black with #DB134D
Text Example
Text Example
White with #DB134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB134D; }
p { color: rgb(219,19,77); }
H1.HeaderClassName
{
color: #DB134D;
}
.AnyTagClassName
{
color: #DB134D;
}
</style>
background-color css
<style>
a { background-color: #DB134D; }
a { background-color: rgb(219,19,77); }
div.DivClassName
{
background-color: #DB134D;
}
.BgClassName
{
background-color: #DB134D;
}
</style>
border-color css
<style>
span { border-color: #DB134D; }
span { border-color: rgb(219,19,77); }
td.TdClassName
{
border-color: #DB134D;
}
.TagClassName
{
border-color: #DB134D;
}
</style>