Shades of Crimson #DB124D
Tints of Crimson #DB124D
RGB
CMYK
RGB Variations
Color information
#DB124D (or 0xDB124D) is known color: Crimson. HEX triplet: DB, 12 and 4D. RGB value is (219,18,77). Sum of RGB (Red+Green+Blue) = 219+18+77=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB124D is #24EDB2. Grayscale: #545454. Windows color (decimal): -2420147 or 5051099. OLE color: 5051099.
HSL color Cylindrical-coordinate representation of color #DB124D: hue angle of 342.39º 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 #DB124D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.14 |
| HSL | 342.39º | 0.85% | 0.46% | - |
| HSV(B) | 342.39º | 0.92% | 0.86% | - |
| XYZ | 30.77 | 16.03 | 8.49 | - |
| YUV | 84.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 77 | 0 | 0.92 | 0.65 | 0.14 | 342.39 | 0.85 | 0.46 |
| Hex | DB | 12 | 4D | 0 | 5C | 41 | E | 156 | 55 | 2E |
| Octal | 333 | 22 | 115 | 0 | 134 | 101 | 16 | 526 | 125 | 56 |
| Binary | 11011011 | 10010 | 1001101 | 0 | 1011100 | 1000001 | 1110 | 101010110 | 1010101 | 101110 |
Color Harmonies of #DB124D
Complementary color
Monochromatic Colors of #DB124D
Black with #DB124D
Text Example
Text Example
White with #DB124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB124D; }
p { color: rgb(219,18,77); }
H1.HeaderClassName
{
color: #DB124D;
}
.AnyTagClassName
{
color: #DB124D;
}
</style>
background-color css
<style>
a { background-color: #DB124D; }
a { background-color: rgb(219,18,77); }
div.DivClassName
{
background-color: #DB124D;
}
.BgClassName
{
background-color: #DB124D;
}
</style>
border-color css
<style>
span { border-color: #DB124D; }
span { border-color: rgb(219,18,77); }
td.TdClassName
{
border-color: #DB124D;
}
.TagClassName
{
border-color: #DB124D;
}
</style>