Shades of Crimson #D8112C
Tints of Crimson #D8112C
RGB
CMYK
RGB Variations
Color information
#D8112C (or 0xD8112C) is known color: Crimson. HEX triplet: D8, 11 and 2C. RGB value is (216,17,44). Sum of RGB (Red+Green+Blue) = 216+17+44=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D8112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8112C is #27EED3. Grayscale: #4F4F4F. Windows color (decimal): -2617044 or 2888152. OLE color: 2888152.
HSL color Cylindrical-coordinate representation of color #D8112C: hue angle of 351.86º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8112C is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 44 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.15 |
| HSL | 351.86º | 0.85% | 0.46% | - |
| HSV(B) | 351.86º | 0.92% | 0.85% | - |
| XYZ | 28.97 | 15.18 | 3.79 | - |
| YUV | 79.58 | 107.93 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 44 | 0 | 0.92 | 0.80 | 0.15 | 351.86 | 0.85 | 0.46 |
| Hex | D8 | 11 | 2C | 0 | 5C | 50 | F | 160 | 55 | 2E |
| Octal | 330 | 21 | 54 | 0 | 134 | 120 | 17 | 540 | 125 | 56 |
| Binary | 11011000 | 10001 | 101100 | 0 | 1011100 | 1010000 | 1111 | 101100000 | 1010101 | 101110 |
Color Harmonies of #D8112C
Complementary color
Monochromatic Colors of #D8112C
Black with #D8112C
Text Example
Text Example
White with #D8112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8112C; }
p { color: rgb(216,17,44); }
H1.HeaderClassName
{
color: #D8112C;
}
.AnyTagClassName
{
color: #D8112C;
}
</style>
background-color css
<style>
a { background-color: #D8112C; }
a { background-color: rgb(216,17,44); }
div.DivClassName
{
background-color: #D8112C;
}
.BgClassName
{
background-color: #D8112C;
}
</style>
border-color css
<style>
span { border-color: #D8112C; }
span { border-color: rgb(216,17,44); }
td.TdClassName
{
border-color: #D8112C;
}
.TagClassName
{
border-color: #D8112C;
}
</style>