Shades of Crimson #DC174A
Tints of Crimson #DC174A
RGB
CMYK
RGB Variations
Color information
#DC174A (or 0xDC174A) is known color: Crimson. HEX triplet: DC, 17 and 4A. RGB value is (220,23,74). Sum of RGB (Red+Green+Blue) = 220+23+74=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC174A is #23E8B5. Grayscale: #575757. Windows color (decimal): -2353334 or 4855772. OLE color: 4855772.
HSL color Cylindrical-coordinate representation of color #DC174A: hue angle of 344.47º 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 #DC174A is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 74 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.14 |
| HSL | 344.47º | 0.81% | 0.48% | - |
| HSV(B) | 344.47º | 0.9% | 0.86% | - |
| XYZ | 31.06 | 16.32 | 7.99 | - |
| YUV | 87.72 | 120.27 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 74 | 0 | 0.90 | 0.66 | 0.14 | 344.47 | 0.81 | 0.48 |
| Hex | DC | 17 | 4A | 0 | 5A | 42 | E | 158 | 51 | 30 |
| Octal | 334 | 27 | 112 | 0 | 132 | 102 | 16 | 530 | 121 | 60 |
| Binary | 11011100 | 10111 | 1001010 | 0 | 1011010 | 1000010 | 1110 | 101011000 | 1010001 | 110000 |
Color Harmonies of #DC174A
Complementary color
Monochromatic Colors of #DC174A
Black with #DC174A
Text Example
Text Example
White with #DC174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC174A; }
p { color: rgb(220,23,74); }
H1.HeaderClassName
{
color: #DC174A;
}
.AnyTagClassName
{
color: #DC174A;
}
</style>
background-color css
<style>
a { background-color: #DC174A; }
a { background-color: rgb(220,23,74); }
div.DivClassName
{
background-color: #DC174A;
}
.BgClassName
{
background-color: #DC174A;
}
</style>
border-color css
<style>
span { border-color: #DC174A; }
span { border-color: rgb(220,23,74); }
td.TdClassName
{
border-color: #DC174A;
}
.TagClassName
{
border-color: #DC174A;
}
</style>