Shades of Crimson #DC174C
Tints of Crimson #DC174C
RGB
CMYK
RGB Variations
Color information
#DC174C (or 0xDC174C) is known color: Crimson. HEX triplet: DC, 17 and 4C. RGB value is (220,23,76). Sum of RGB (Red+Green+Blue) = 220+23+76=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC174C is #23E8B3. Grayscale: #575757. Windows color (decimal): -2353332 or 4986844. OLE color: 4986844.
HSL color Cylindrical-coordinate representation of color #DC174C: hue angle of 343.86º 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 #DC174C is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 76 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.14 |
| HSL | 343.86º | 0.81% | 0.48% | - |
| HSV(B) | 343.86º | 0.9% | 0.86% | - |
| XYZ | 31.13 | 16.35 | 8.35 | - |
| YUV | 87.95 | 121.27 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 76 | 0 | 0.90 | 0.65 | 0.14 | 343.86 | 0.81 | 0.48 |
| Hex | DC | 17 | 4C | 0 | 5A | 41 | E | 158 | 51 | 30 |
| Octal | 334 | 27 | 114 | 0 | 132 | 101 | 16 | 530 | 121 | 60 |
| Binary | 11011100 | 10111 | 1001100 | 0 | 1011010 | 1000001 | 1110 | 101011000 | 1010001 | 110000 |
Color Harmonies of #DC174C
Complementary color
Monochromatic Colors of #DC174C
Black with #DC174C
Text Example
Text Example
White with #DC174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC174C; }
p { color: rgb(220,23,76); }
H1.HeaderClassName
{
color: #DC174C;
}
.AnyTagClassName
{
color: #DC174C;
}
</style>
background-color css
<style>
a { background-color: #DC174C; }
a { background-color: rgb(220,23,76); }
div.DivClassName
{
background-color: #DC174C;
}
.BgClassName
{
background-color: #DC174C;
}
</style>
border-color css
<style>
span { border-color: #DC174C; }
span { border-color: rgb(220,23,76); }
td.TdClassName
{
border-color: #DC174C;
}
.TagClassName
{
border-color: #DC174C;
}
</style>