Shades of Crimson #DC173B
Tints of Crimson #DC173B
RGB
CMYK
RGB Variations
Color information
#DC173B (or 0xDC173B) is known color: Crimson. HEX triplet: DC, 17 and 3B. RGB value is (220,23,59). Sum of RGB (Red+Green+Blue) = 220+23+59=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC173B is #23E8C4. Grayscale: #565656. Windows color (decimal): -2353349 or 3872732. OLE color: 3872732.
HSL color Cylindrical-coordinate representation of color #DC173B: hue angle of 349.04º 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 #DC173B is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 59 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.14 |
| HSL | 349.04º | 0.81% | 0.48% | - |
| HSV(B) | 349.04º | 0.9% | 0.86% | - |
| XYZ | 30.61 | 16.14 | 5.64 | - |
| YUV | 86.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 59 | 0 | 0.90 | 0.73 | 0.14 | 349.04 | 0.81 | 0.48 |
| Hex | DC | 17 | 3B | 0 | 5A | 49 | E | 15D | 51 | 30 |
| Octal | 334 | 27 | 73 | 0 | 132 | 111 | 16 | 535 | 121 | 60 |
| Binary | 11011100 | 10111 | 111011 | 0 | 1011010 | 1001001 | 1110 | 101011101 | 1010001 | 110000 |
Color Harmonies of #DC173B
Complementary color
Monochromatic Colors of #DC173B
Black with #DC173B
Text Example
Text Example
White with #DC173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC173B; }
p { color: rgb(220,23,59); }
H1.HeaderClassName
{
color: #DC173B;
}
.AnyTagClassName
{
color: #DC173B;
}
</style>
background-color css
<style>
a { background-color: #DC173B; }
a { background-color: rgb(220,23,59); }
div.DivClassName
{
background-color: #DC173B;
}
.BgClassName
{
background-color: #DC173B;
}
</style>
border-color css
<style>
span { border-color: #DC173B; }
span { border-color: rgb(220,23,59); }
td.TdClassName
{
border-color: #DC173B;
}
.TagClassName
{
border-color: #DC173B;
}
</style>