Shades of Crimson #D8173B
Tints of Crimson #D8173B
RGB
CMYK
RGB Variations
Color information
#D8173B (or 0xD8173B) is known color: Crimson. HEX triplet: D8, 17 and 3B. RGB value is (216,23,59). Sum of RGB (Red+Green+Blue) = 216+23+59=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8173B is #27E8C4. Grayscale: #545454. Windows color (decimal): -2615493 or 3872728. OLE color: 3872728.
HSL color Cylindrical-coordinate representation of color #D8173B: hue angle of 348.81º 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 #D8173B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 59 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.15 |
| HSL | 348.81º | 0.81% | 0.47% | - |
| HSV(B) | 348.81º | 0.89% | 0.85% | - |
| XYZ | 29.41 | 15.53 | 5.58 | - |
| YUV | 84.81 | 113.44 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 59 | 0 | 0.89 | 0.73 | 0.15 | 348.81 | 0.81 | 0.47 |
| Hex | D8 | 17 | 3B | 0 | 59 | 49 | F | 15D | 51 | 2F |
| Octal | 330 | 27 | 73 | 0 | 131 | 111 | 17 | 535 | 121 | 57 |
| Binary | 11011000 | 10111 | 111011 | 0 | 1011001 | 1001001 | 1111 | 101011101 | 1010001 | 101111 |
Color Harmonies of #D8173B
Complementary color
Monochromatic Colors of #D8173B
Black with #D8173B
Text Example
Text Example
White with #D8173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8173B; }
p { color: rgb(216,23,59); }
H1.HeaderClassName
{
color: #D8173B;
}
.AnyTagClassName
{
color: #D8173B;
}
</style>
background-color css
<style>
a { background-color: #D8173B; }
a { background-color: rgb(216,23,59); }
div.DivClassName
{
background-color: #D8173B;
}
.BgClassName
{
background-color: #D8173B;
}
</style>
border-color css
<style>
span { border-color: #D8173B; }
span { border-color: rgb(216,23,59); }
td.TdClassName
{
border-color: #D8173B;
}
.TagClassName
{
border-color: #D8173B;
}
</style>