Shades of Crimson #D0173A
Tints of Crimson #D0173A
RGB
CMYK
RGB Variations
Color information
#D0173A (or 0xD0173A) is known color: Crimson. HEX triplet: D0, 17 and 3A. RGB value is (208,23,58). Sum of RGB (Red+Green+Blue) = 208+23+58=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0173A is #2FE8C5. Grayscale: #525252. Windows color (decimal): -3139782 or 3807184. OLE color: 3807184.
HSL color Cylindrical-coordinate representation of color #D0173A: hue angle of 348.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0173A is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 58 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.18 |
| HSL | 348.65º | 0.8% | 0.45% | - |
| HSV(B) | 348.65º | 0.89% | 0.82% | - |
| XYZ | 27.08 | 14.33 | 5.34 | - |
| YUV | 82.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 58 | 0 | 0.89 | 0.72 | 0.18 | 348.65 | 0.8 | 0.45 |
| Hex | D0 | 17 | 3A | 0 | 59 | 48 | 12 | 15D | 50 | 2D |
| Octal | 320 | 27 | 72 | 0 | 131 | 110 | 22 | 535 | 120 | 55 |
| Binary | 11010000 | 10111 | 111010 | 0 | 1011001 | 1001000 | 10010 | 101011101 | 1010000 | 101101 |
Color Harmonies of #D0173A
Complementary color
Monochromatic Colors of #D0173A
Black with #D0173A
Text Example
Text Example
White with #D0173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0173A; }
p { color: rgb(208,23,58); }
H1.HeaderClassName
{
color: #D0173A;
}
.AnyTagClassName
{
color: #D0173A;
}
</style>
background-color css
<style>
a { background-color: #D0173A; }
a { background-color: rgb(208,23,58); }
div.DivClassName
{
background-color: #D0173A;
}
.BgClassName
{
background-color: #D0173A;
}
</style>
border-color css
<style>
span { border-color: #D0173A; }
span { border-color: rgb(208,23,58); }
td.TdClassName
{
border-color: #D0173A;
}
.TagClassName
{
border-color: #D0173A;
}
</style>