Shades of Crimson #D2173A
Tints of Crimson #D2173A
RGB
CMYK
RGB Variations
Color information
#D2173A (or 0xD2173A) is known color: Crimson. HEX triplet: D2, 17 and 3A. RGB value is (210,23,58). Sum of RGB (Red+Green+Blue) = 210+23+58=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2173A is #2DE8C5. Grayscale: #525252. Windows color (decimal): -3008710 or 3807186. OLE color: 3807186.
HSL color Cylindrical-coordinate representation of color #D2173A: hue angle of 348.77º 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 #D2173A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 58 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.18 |
| HSL | 348.77º | 0.8% | 0.46% | - |
| HSV(B) | 348.77º | 0.89% | 0.82% | - |
| XYZ | 27.65 | 14.62 | 5.37 | - |
| YUV | 82.9 | 113.95 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 58 | 0 | 0.89 | 0.72 | 0.18 | 348.77 | 0.8 | 0.46 |
| Hex | D2 | 17 | 3A | 0 | 59 | 48 | 12 | 15D | 50 | 2E |
| Octal | 322 | 27 | 72 | 0 | 131 | 110 | 22 | 535 | 120 | 56 |
| Binary | 11010010 | 10111 | 111010 | 0 | 1011001 | 1001000 | 10010 | 101011101 | 1010000 | 101110 |
Color Harmonies of #D2173A
Complementary color
Monochromatic Colors of #D2173A
Black with #D2173A
Text Example
Text Example
White with #D2173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2173A; }
p { color: rgb(210,23,58); }
H1.HeaderClassName
{
color: #D2173A;
}
.AnyTagClassName
{
color: #D2173A;
}
</style>
background-color css
<style>
a { background-color: #D2173A; }
a { background-color: rgb(210,23,58); }
div.DivClassName
{
background-color: #D2173A;
}
.BgClassName
{
background-color: #D2173A;
}
</style>
border-color css
<style>
span { border-color: #D2173A; }
span { border-color: rgb(210,23,58); }
td.TdClassName
{
border-color: #D2173A;
}
.TagClassName
{
border-color: #D2173A;
}
</style>