Shades of Crimson #D6173F
Tints of Crimson #D6173F
RGB
CMYK
RGB Variations
Color information
#D6173F (or 0xD6173F) is known color: Crimson. HEX triplet: D6, 17 and 3F. RGB value is (214,23,63). Sum of RGB (Red+Green+Blue) = 214+23+63=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D6173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6173F is #29E8C0. Grayscale: #545454. Windows color (decimal): -2746561 or 4134870. OLE color: 4134870.
HSL color Cylindrical-coordinate representation of color #D6173F: hue angle of 347.43º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6173F is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 63 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.16 |
| HSL | 347.43º | 0.81% | 0.46% | - |
| HSV(B) | 347.43º | 0.89% | 0.84% | - |
| XYZ | 28.94 | 15.27 | 6.12 | - |
| YUV | 84.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 63 | 0 | 0.89 | 0.71 | 0.16 | 347.43 | 0.81 | 0.46 |
| Hex | D6 | 17 | 3F | 0 | 59 | 47 | 10 | 15B | 51 | 2E |
| Octal | 326 | 27 | 77 | 0 | 131 | 107 | 20 | 533 | 121 | 56 |
| Binary | 11010110 | 10111 | 111111 | 0 | 1011001 | 1000111 | 10000 | 101011011 | 1010001 | 101110 |
Color Harmonies of #D6173F
Complementary color
Monochromatic Colors of #D6173F
Black with #D6173F
Text Example
Text Example
White with #D6173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6173F; }
p { color: rgb(214,23,63); }
H1.HeaderClassName
{
color: #D6173F;
}
.AnyTagClassName
{
color: #D6173F;
}
</style>
background-color css
<style>
a { background-color: #D6173F; }
a { background-color: rgb(214,23,63); }
div.DivClassName
{
background-color: #D6173F;
}
.BgClassName
{
background-color: #D6173F;
}
</style>
border-color css
<style>
span { border-color: #D6173F; }
span { border-color: rgb(214,23,63); }
td.TdClassName
{
border-color: #D6173F;
}
.TagClassName
{
border-color: #D6173F;
}
</style>