Shades of Crimson #D91647
Tints of Crimson #D91647
RGB
CMYK
RGB Variations
Color information
#D91647 (or 0xD91647) is known color: Crimson. HEX triplet: D9, 16 and 47. RGB value is (217,22,71). Sum of RGB (Red+Green+Blue) = 217+22+71=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D91647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91647 is #26E9B8. Grayscale: #555555. Windows color (decimal): -2550201 or 4658905. OLE color: 4658905.
HSL color Cylindrical-coordinate representation of color #D91647: hue angle of 344.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D91647 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 71 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.15 |
| HSL | 344.92º | 0.82% | 0.47% | - |
| HSV(B) | 344.92º | 0.9% | 0.85% | - |
| XYZ | 30.04 | 15.78 | 7.42 | - |
| YUV | 85.89 | 119.6 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 71 | 0 | 0.90 | 0.67 | 0.15 | 344.92 | 0.82 | 0.47 |
| Hex | D9 | 16 | 47 | 0 | 5A | 43 | F | 159 | 52 | 2F |
| Octal | 331 | 26 | 107 | 0 | 132 | 103 | 17 | 531 | 122 | 57 |
| Binary | 11011001 | 10110 | 1000111 | 0 | 1011010 | 1000011 | 1111 | 101011001 | 1010010 | 101111 |
Color Harmonies of #D91647
Complementary color
Monochromatic Colors of #D91647
Black with #D91647
Text Example
Text Example
White with #D91647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91647; }
p { color: rgb(217,22,71); }
H1.HeaderClassName
{
color: #D91647;
}
.AnyTagClassName
{
color: #D91647;
}
</style>
background-color css
<style>
a { background-color: #D91647; }
a { background-color: rgb(217,22,71); }
div.DivClassName
{
background-color: #D91647;
}
.BgClassName
{
background-color: #D91647;
}
</style>
border-color css
<style>
span { border-color: #D91647; }
span { border-color: rgb(217,22,71); }
td.TdClassName
{
border-color: #D91647;
}
.TagClassName
{
border-color: #D91647;
}
</style>