Shades of Crimson #D9172F
Tints of Crimson #D9172F
RGB
CMYK
RGB Variations
Color information
#D9172F (or 0xD9172F) is known color: Crimson. HEX triplet: D9, 17 and 2F. RGB value is (217,23,47). Sum of RGB (Red+Green+Blue) = 217+23+47=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D9172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9172F is #26E8D0. Grayscale: #535353. Windows color (decimal): -2549969 or 3086297. OLE color: 3086297.
HSL color Cylindrical-coordinate representation of color #D9172F: hue angle of 352.58º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9172F is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 47 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.15 |
| HSL | 352.58º | 0.81% | 0.47% | - |
| HSV(B) | 352.58º | 0.89% | 0.85% | - |
| XYZ | 29.43 | 15.57 | 4.14 | - |
| YUV | 83.74 | 107.27 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 47 | 0 | 0.89 | 0.78 | 0.15 | 352.58 | 0.81 | 0.47 |
| Hex | D9 | 17 | 2F | 0 | 59 | 4E | F | 161 | 51 | 2F |
| Octal | 331 | 27 | 57 | 0 | 131 | 116 | 17 | 541 | 121 | 57 |
| Binary | 11011001 | 10111 | 101111 | 0 | 1011001 | 1001110 | 1111 | 101100001 | 1010001 | 101111 |
Color Harmonies of #D9172F
Complementary color
Monochromatic Colors of #D9172F
Black with #D9172F
Text Example
Text Example
White with #D9172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9172F; }
p { color: rgb(217,23,47); }
H1.HeaderClassName
{
color: #D9172F;
}
.AnyTagClassName
{
color: #D9172F;
}
</style>
background-color css
<style>
a { background-color: #D9172F; }
a { background-color: rgb(217,23,47); }
div.DivClassName
{
background-color: #D9172F;
}
.BgClassName
{
background-color: #D9172F;
}
</style>
border-color css
<style>
span { border-color: #D9172F; }
span { border-color: rgb(217,23,47); }
td.TdClassName
{
border-color: #D9172F;
}
.TagClassName
{
border-color: #D9172F;
}
</style>