Shades of Crimson #D7173D
Tints of Crimson #D7173D
RGB
CMYK
RGB Variations
Color information
#D7173D (or 0xD7173D) is known color: Crimson. HEX triplet: D7, 17 and 3D. RGB value is (215,23,61). Sum of RGB (Red+Green+Blue) = 215+23+61=299 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.91% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 215 - color contains mainly: red. Hex color #D7173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7173D is #28E8C2. Grayscale: #545454. Windows color (decimal): -2681027 or 4003799. OLE color: 4003799.
HSL color Cylindrical-coordinate representation of color #D7173D: hue angle of 348.12º 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 #D7173D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 61 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.16 |
| HSL | 348.13º | 0.81% | 0.47% | - |
| HSV(B) | 348.13º | 0.89% | 0.84% | - |
| XYZ | 29.17 | 15.4 | 5.85 | - |
| YUV | 84.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 61 | 0 | 0.89 | 0.72 | 0.16 | 348.13 | 0.81 | 0.47 |
| Hex | D7 | 17 | 3D | 0 | 59 | 48 | 10 | 15C | 51 | 2F |
| Octal | 327 | 27 | 75 | 0 | 131 | 110 | 20 | 534 | 121 | 57 |
| Binary | 11010111 | 10111 | 111101 | 0 | 1011001 | 1001000 | 10000 | 101011100 | 1010001 | 101111 |
Color Harmonies of #D7173D
Complementary color
Monochromatic Colors of #D7173D
Black with #D7173D
Text Example
Text Example
White with #D7173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7173D; }
p { color: rgb(215,23,61); }
H1.HeaderClassName
{
color: #D7173D;
}
.AnyTagClassName
{
color: #D7173D;
}
</style>
background-color css
<style>
a { background-color: #D7173D; }
a { background-color: rgb(215,23,61); }
div.DivClassName
{
background-color: #D7173D;
}
.BgClassName
{
background-color: #D7173D;
}
</style>
border-color css
<style>
span { border-color: #D7173D; }
span { border-color: rgb(215,23,61); }
td.TdClassName
{
border-color: #D7173D;
}
.TagClassName
{
border-color: #D7173D;
}
</style>