Shades of Crimson #D2173C
Tints of Crimson #D2173C
RGB
CMYK
RGB Variations
Color information
#D2173C (or 0xD2173C) is known color: Crimson. HEX triplet: D2, 17 and 3C. RGB value is (210,23,60). Sum of RGB (Red+Green+Blue) = 210+23+60=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2173C is #2DE8C3. Grayscale: #535353. Windows color (decimal): -3008708 or 3938258. OLE color: 3938258.
HSL color Cylindrical-coordinate representation of color #D2173C: hue angle of 348.13º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2173C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 60 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.18 |
| HSL | 348.13º | 0.8% | 0.46% | - |
| HSV(B) | 348.13º | 0.89% | 0.82% | - |
| XYZ | 27.7 | 14.64 | 5.64 | - |
| YUV | 83.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 60 | 0 | 0.89 | 0.71 | 0.18 | 348.13 | 0.8 | 0.46 |
| Hex | D2 | 17 | 3C | 0 | 59 | 47 | 12 | 15C | 50 | 2E |
| Octal | 322 | 27 | 74 | 0 | 131 | 107 | 22 | 534 | 120 | 56 |
| Binary | 11010010 | 10111 | 111100 | 0 | 1011001 | 1000111 | 10010 | 101011100 | 1010000 | 101110 |
Color Harmonies of #D2173C
Complementary color
Monochromatic Colors of #D2173C
Black with #D2173C
Text Example
Text Example
White with #D2173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2173C; }
p { color: rgb(210,23,60); }
H1.HeaderClassName
{
color: #D2173C;
}
.AnyTagClassName
{
color: #D2173C;
}
</style>
background-color css
<style>
a { background-color: #D2173C; }
a { background-color: rgb(210,23,60); }
div.DivClassName
{
background-color: #D2173C;
}
.BgClassName
{
background-color: #D2173C;
}
</style>
border-color css
<style>
span { border-color: #D2173C; }
span { border-color: rgb(210,23,60); }
td.TdClassName
{
border-color: #D2173C;
}
.TagClassName
{
border-color: #D2173C;
}
</style>