Shades of Crimson #D8173D
Tints of Crimson #D8173D
RGB
CMYK
RGB Variations
Color information
#D8173D (or 0xD8173D) is known color: Crimson. HEX triplet: D8, 17 and 3D. RGB value is (216,23,61). Sum of RGB (Red+Green+Blue) = 216+23+61=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8173D is #27E8C2. Grayscale: #555555. Windows color (decimal): -2615491 or 4003800. OLE color: 4003800.
HSL color Cylindrical-coordinate representation of color #D8173D: hue angle of 348.19º 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 #D8173D is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 61 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.15 |
| HSL | 348.19º | 0.81% | 0.47% | - |
| HSV(B) | 348.19º | 0.89% | 0.85% | - |
| XYZ | 29.47 | 15.55 | 5.86 | - |
| YUV | 85.04 | 114.44 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 61 | 0 | 0.89 | 0.72 | 0.15 | 348.19 | 0.81 | 0.47 |
| Hex | D8 | 17 | 3D | 0 | 59 | 48 | F | 15C | 51 | 2F |
| Octal | 330 | 27 | 75 | 0 | 131 | 110 | 17 | 534 | 121 | 57 |
| Binary | 11011000 | 10111 | 111101 | 0 | 1011001 | 1001000 | 1111 | 101011100 | 1010001 | 101111 |
Color Harmonies of #D8173D
Complementary color
Monochromatic Colors of #D8173D
Black with #D8173D
Text Example
Text Example
White with #D8173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8173D; }
p { color: rgb(216,23,61); }
H1.HeaderClassName
{
color: #D8173D;
}
.AnyTagClassName
{
color: #D8173D;
}
</style>
background-color css
<style>
a { background-color: #D8173D; }
a { background-color: rgb(216,23,61); }
div.DivClassName
{
background-color: #D8173D;
}
.BgClassName
{
background-color: #D8173D;
}
</style>
border-color css
<style>
span { border-color: #D8173D; }
span { border-color: rgb(216,23,61); }
td.TdClassName
{
border-color: #D8173D;
}
.TagClassName
{
border-color: #D8173D;
}
</style>