Shades of Crimson #D91147
Tints of Crimson #D91147
RGB
CMYK
RGB Variations
Color information
#D91147 (or 0xD91147) is known color: Crimson. HEX triplet: D9, 11 and 47. RGB value is (217,17,71). Sum of RGB (Red+Green+Blue) = 217+17+71=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D91147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91147 is #26EEB8. Grayscale: #525252. Windows color (decimal): -2551481 or 4657625. OLE color: 4657625.
HSL color Cylindrical-coordinate representation of color #D91147: hue angle of 343.8º 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 #D91147 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 71 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.15 |
| HSL | 343.8º | 0.85% | 0.46% | - |
| HSV(B) | 343.8º | 0.92% | 0.85% | - |
| XYZ | 29.95 | 15.61 | 7.4 | - |
| YUV | 82.96 | 121.26 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 71 | 0 | 0.92 | 0.67 | 0.15 | 343.8 | 0.85 | 0.46 |
| Hex | D9 | 11 | 47 | 0 | 5C | 43 | F | 158 | 55 | 2E |
| Octal | 331 | 21 | 107 | 0 | 134 | 103 | 17 | 530 | 125 | 56 |
| Binary | 11011001 | 10001 | 1000111 | 0 | 1011100 | 1000011 | 1111 | 101011000 | 1010101 | 101110 |
Color Harmonies of #D91147
Complementary color
Monochromatic Colors of #D91147
Black with #D91147
Text Example
Text Example
White with #D91147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91147; }
p { color: rgb(217,17,71); }
H1.HeaderClassName
{
color: #D91147;
}
.AnyTagClassName
{
color: #D91147;
}
</style>
background-color css
<style>
a { background-color: #D91147; }
a { background-color: rgb(217,17,71); }
div.DivClassName
{
background-color: #D91147;
}
.BgClassName
{
background-color: #D91147;
}
</style>
border-color css
<style>
span { border-color: #D91147; }
span { border-color: rgb(217,17,71); }
td.TdClassName
{
border-color: #D91147;
}
.TagClassName
{
border-color: #D91147;
}
</style>