Shades of Crimson #D9114D
Tints of Crimson #D9114D
RGB
CMYK
RGB Variations
Color information
#D9114D (or 0xD9114D) is known color: Crimson. HEX triplet: D9, 11 and 4D. RGB value is (217,17,77). Sum of RGB (Red+Green+Blue) = 217+17+77=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9114D is #26EEB2. Grayscale: #535353. Windows color (decimal): -2551475 or 5050841. OLE color: 5050841.
HSL color Cylindrical-coordinate representation of color #D9114D: hue angle of 342º 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 #D9114D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 77 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.15 |
| HSL | 342º | 0.85% | 0.46% | - |
| HSV(B) | 342º | 0.92% | 0.85% | - |
| XYZ | 30.16 | 15.69 | 8.46 | - |
| YUV | 83.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 77 | 0 | 0.92 | 0.65 | 0.15 | 342 | 0.85 | 0.46 |
| Hex | D9 | 11 | 4D | 0 | 5C | 41 | F | 156 | 55 | 2E |
| Octal | 331 | 21 | 115 | 0 | 134 | 101 | 17 | 526 | 125 | 56 |
| Binary | 11011001 | 10001 | 1001101 | 0 | 1011100 | 1000001 | 1111 | 101010110 | 1010101 | 101110 |
Color Harmonies of #D9114D
Complementary color
Monochromatic Colors of #D9114D
Black with #D9114D
Text Example
Text Example
White with #D9114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9114D; }
p { color: rgb(217,17,77); }
H1.HeaderClassName
{
color: #D9114D;
}
.AnyTagClassName
{
color: #D9114D;
}
</style>
background-color css
<style>
a { background-color: #D9114D; }
a { background-color: rgb(217,17,77); }
div.DivClassName
{
background-color: #D9114D;
}
.BgClassName
{
background-color: #D9114D;
}
</style>
border-color css
<style>
span { border-color: #D9114D; }
span { border-color: rgb(217,17,77); }
td.TdClassName
{
border-color: #D9114D;
}
.TagClassName
{
border-color: #D9114D;
}
</style>