Shades of Crimson #D0173C
Tints of Crimson #D0173C
RGB
CMYK
RGB Variations
Color information
#D0173C (or 0xD0173C) is known color: Crimson. HEX triplet: D0, 17 and 3C. RGB value is (208,23,60). Sum of RGB (Red+Green+Blue) = 208+23+60=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D0173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0173C is #2FE8C3. Grayscale: #525252. Windows color (decimal): -3139780 or 3938256. OLE color: 3938256.
HSL color Cylindrical-coordinate representation of color #D0173C: hue angle of 348º 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 #D0173C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 23 | 60 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.18 |
| HSL | 348º | 0.8% | 0.45% | - |
| HSV(B) | 348º | 0.89% | 0.82% | - |
| XYZ | 27.13 | 14.35 | 5.61 | - |
| YUV | 82.53 | 115.29 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 23 | 60 | 0 | 0.89 | 0.71 | 0.18 | 348 | 0.8 | 0.45 |
| Hex | D0 | 17 | 3C | 0 | 59 | 47 | 12 | 15C | 50 | 2D |
| Octal | 320 | 27 | 74 | 0 | 131 | 107 | 22 | 534 | 120 | 55 |
| Binary | 11010000 | 10111 | 111100 | 0 | 1011001 | 1000111 | 10010 | 101011100 | 1010000 | 101101 |
Color Harmonies of #D0173C
Complementary color
Monochromatic Colors of #D0173C
Black with #D0173C
Text Example
Text Example
White with #D0173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0173C; }
p { color: rgb(208,23,60); }
H1.HeaderClassName
{
color: #D0173C;
}
.AnyTagClassName
{
color: #D0173C;
}
</style>
background-color css
<style>
a { background-color: #D0173C; }
a { background-color: rgb(208,23,60); }
div.DivClassName
{
background-color: #D0173C;
}
.BgClassName
{
background-color: #D0173C;
}
</style>
border-color css
<style>
span { border-color: #D0173C; }
span { border-color: rgb(208,23,60); }
td.TdClassName
{
border-color: #D0173C;
}
.TagClassName
{
border-color: #D0173C;
}
</style>