Shades of Crimson #DC173D
Tints of Crimson #DC173D
RGB
CMYK
RGB Variations
Color information
#DC173D (or 0xDC173D) is known color: Crimson. HEX triplet: DC, 17 and 3D. RGB value is (220,23,61). Sum of RGB (Red+Green+Blue) = 220+23+61=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC173D is #23E8C2. Grayscale: #565656. Windows color (decimal): -2353347 or 4003804. OLE color: 4003804.
HSL color Cylindrical-coordinate representation of color #DC173D: hue angle of 348.43º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC173D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 61 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.14 |
| HSL | 348.43º | 0.81% | 0.48% | - |
| HSV(B) | 348.43º | 0.9% | 0.86% | - |
| XYZ | 30.66 | 16.17 | 5.92 | - |
| YUV | 86.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 61 | 0 | 0.90 | 0.72 | 0.14 | 348.43 | 0.81 | 0.48 |
| Hex | DC | 17 | 3D | 0 | 5A | 48 | E | 15C | 51 | 30 |
| Octal | 334 | 27 | 75 | 0 | 132 | 110 | 16 | 534 | 121 | 60 |
| Binary | 11011100 | 10111 | 111101 | 0 | 1011010 | 1001000 | 1110 | 101011100 | 1010001 | 110000 |
Color Harmonies of #DC173D
Complementary color
Monochromatic Colors of #DC173D
Black with #DC173D
Text Example
Text Example
White with #DC173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC173D; }
p { color: rgb(220,23,61); }
H1.HeaderClassName
{
color: #DC173D;
}
.AnyTagClassName
{
color: #DC173D;
}
</style>
background-color css
<style>
a { background-color: #DC173D; }
a { background-color: rgb(220,23,61); }
div.DivClassName
{
background-color: #DC173D;
}
.BgClassName
{
background-color: #DC173D;
}
</style>
border-color css
<style>
span { border-color: #DC173D; }
span { border-color: rgb(220,23,61); }
td.TdClassName
{
border-color: #DC173D;
}
.TagClassName
{
border-color: #DC173D;
}
</style>