Shades of Crimson #D1173C
Tints of Crimson #D1173C
RGB
CMYK
RGB Variations
Color information
#D1173C (or 0xD1173C) is known color: Crimson. HEX triplet: D1, 17 and 3C. RGB value is (209,23,60). Sum of RGB (Red+Green+Blue) = 209+23+60=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D1173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1173C is #2EE8C3. Grayscale: #525252. Windows color (decimal): -3074244 or 3938257. OLE color: 3938257.
HSL color Cylindrical-coordinate representation of color #D1173C: hue angle of 348.06º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1173C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 60 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.18 |
| HSL | 348.06º | 0.8% | 0.45% | - |
| HSV(B) | 348.06º | 0.89% | 0.82% | - |
| XYZ | 27.42 | 14.49 | 5.63 | - |
| YUV | 82.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 60 | 0 | 0.89 | 0.71 | 0.18 | 348.06 | 0.8 | 0.45 |
| Hex | D1 | 17 | 3C | 0 | 59 | 47 | 12 | 15C | 50 | 2D |
| Octal | 321 | 27 | 74 | 0 | 131 | 107 | 22 | 534 | 120 | 55 |
| Binary | 11010001 | 10111 | 111100 | 0 | 1011001 | 1000111 | 10010 | 101011100 | 1010000 | 101101 |
Color Harmonies of #D1173C
Complementary color
Monochromatic Colors of #D1173C
Black with #D1173C
Text Example
Text Example
White with #D1173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1173C; }
p { color: rgb(209,23,60); }
H1.HeaderClassName
{
color: #D1173C;
}
.AnyTagClassName
{
color: #D1173C;
}
</style>
background-color css
<style>
a { background-color: #D1173C; }
a { background-color: rgb(209,23,60); }
div.DivClassName
{
background-color: #D1173C;
}
.BgClassName
{
background-color: #D1173C;
}
</style>
border-color css
<style>
span { border-color: #D1173C; }
span { border-color: rgb(209,23,60); }
td.TdClassName
{
border-color: #D1173C;
}
.TagClassName
{
border-color: #D1173C;
}
</style>