Shades of Crimson #DB124C
Tints of Crimson #DB124C
RGB
CMYK
RGB Variations
Color information
#DB124C (or 0xDB124C) is known color: Crimson. HEX triplet: DB, 12 and 4C. RGB value is (219,18,76). Sum of RGB (Red+Green+Blue) = 219+18+76=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB124C is #24EDB3. Grayscale: #545454. Windows color (decimal): -2420148 or 4985563. OLE color: 4985563.
HSL color Cylindrical-coordinate representation of color #DB124C: hue angle of 342.69º 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 #DB124C is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 76 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.14 |
| HSL | 342.69º | 0.85% | 0.46% | - |
| HSV(B) | 342.69º | 0.92% | 0.86% | - |
| XYZ | 30.73 | 16.01 | 8.31 | - |
| YUV | 84.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 76 | 0 | 0.92 | 0.65 | 0.14 | 342.69 | 0.85 | 0.46 |
| Hex | DB | 12 | 4C | 0 | 5C | 41 | E | 157 | 55 | 2E |
| Octal | 333 | 22 | 114 | 0 | 134 | 101 | 16 | 527 | 125 | 56 |
| Binary | 11011011 | 10010 | 1001100 | 0 | 1011100 | 1000001 | 1110 | 101010111 | 1010101 | 101110 |
Color Harmonies of #DB124C
Complementary color
Monochromatic Colors of #DB124C
Black with #DB124C
Text Example
Text Example
White with #DB124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB124C; }
p { color: rgb(219,18,76); }
H1.HeaderClassName
{
color: #DB124C;
}
.AnyTagClassName
{
color: #DB124C;
}
</style>
background-color css
<style>
a { background-color: #DB124C; }
a { background-color: rgb(219,18,76); }
div.DivClassName
{
background-color: #DB124C;
}
.BgClassName
{
background-color: #DB124C;
}
</style>
border-color css
<style>
span { border-color: #DB124C; }
span { border-color: rgb(219,18,76); }
td.TdClassName
{
border-color: #DB124C;
}
.TagClassName
{
border-color: #DB124C;
}
</style>