Shades of Crimson #D91247
Tints of Crimson #D91247
RGB
CMYK
RGB Variations
Color information
#D91247 (or 0xD91247) is known color: Crimson. HEX triplet: D9, 12 and 47. RGB value is (217,18,71). Sum of RGB (Red+Green+Blue) = 217+18+71=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D91247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91247 is #26EDB8. Grayscale: #535353. Windows color (decimal): -2551225 or 4657881. OLE color: 4657881.
HSL color Cylindrical-coordinate representation of color #D91247: hue angle of 344.02º 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 #D91247 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 71 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.15 |
| HSL | 344.02º | 0.85% | 0.46% | - |
| HSV(B) | 344.02º | 0.92% | 0.85% | - |
| XYZ | 29.97 | 15.64 | 7.4 | - |
| YUV | 83.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 71 | 0 | 0.92 | 0.67 | 0.15 | 344.02 | 0.85 | 0.46 |
| Hex | D9 | 12 | 47 | 0 | 5C | 43 | F | 158 | 55 | 2E |
| Octal | 331 | 22 | 107 | 0 | 134 | 103 | 17 | 530 | 125 | 56 |
| Binary | 11011001 | 10010 | 1000111 | 0 | 1011100 | 1000011 | 1111 | 101011000 | 1010101 | 101110 |
Color Harmonies of #D91247
Complementary color
Monochromatic Colors of #D91247
Black with #D91247
Text Example
Text Example
White with #D91247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91247; }
p { color: rgb(217,18,71); }
H1.HeaderClassName
{
color: #D91247;
}
.AnyTagClassName
{
color: #D91247;
}
</style>
background-color css
<style>
a { background-color: #D91247; }
a { background-color: rgb(217,18,71); }
div.DivClassName
{
background-color: #D91247;
}
.BgClassName
{
background-color: #D91247;
}
</style>
border-color css
<style>
span { border-color: #D91247; }
span { border-color: rgb(217,18,71); }
td.TdClassName
{
border-color: #D91247;
}
.TagClassName
{
border-color: #D91247;
}
</style>