Shades of Crimson #D7173C
Tints of Crimson #D7173C
RGB
CMYK
RGB Variations
Color information
#D7173C (or 0xD7173C) is known color: Crimson. HEX triplet: D7, 17 and 3C. RGB value is (215,23,60). Sum of RGB (Red+Green+Blue) = 215+23+60=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D7173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7173C is #28E8C3. Grayscale: #545454. Windows color (decimal): -2681028 or 3938263. OLE color: 3938263.
HSL color Cylindrical-coordinate representation of color #D7173C: hue angle of 348.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7173C is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 60 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.16 |
| HSL | 348.44º | 0.81% | 0.47% | - |
| HSV(B) | 348.44º | 0.89% | 0.84% | - |
| XYZ | 29.15 | 15.39 | 5.71 | - |
| YUV | 84.63 | 114.11 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 60 | 0 | 0.89 | 0.72 | 0.16 | 348.44 | 0.81 | 0.47 |
| Hex | D7 | 17 | 3C | 0 | 59 | 48 | 10 | 15C | 51 | 2F |
| Octal | 327 | 27 | 74 | 0 | 131 | 110 | 20 | 534 | 121 | 57 |
| Binary | 11010111 | 10111 | 111100 | 0 | 1011001 | 1001000 | 10000 | 101011100 | 1010001 | 101111 |
Color Harmonies of #D7173C
Complementary color
Monochromatic Colors of #D7173C
Black with #D7173C
Text Example
Text Example
White with #D7173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7173C; }
p { color: rgb(215,23,60); }
H1.HeaderClassName
{
color: #D7173C;
}
.AnyTagClassName
{
color: #D7173C;
}
</style>
background-color css
<style>
a { background-color: #D7173C; }
a { background-color: rgb(215,23,60); }
div.DivClassName
{
background-color: #D7173C;
}
.BgClassName
{
background-color: #D7173C;
}
</style>
border-color css
<style>
span { border-color: #D7173C; }
span { border-color: rgb(215,23,60); }
td.TdClassName
{
border-color: #D7173C;
}
.TagClassName
{
border-color: #D7173C;
}
</style>