Shades of Crimson #DC173E
Tints of Crimson #DC173E
RGB
CMYK
RGB Variations
Color information
#DC173E (or 0xDC173E) is known color: Crimson. HEX triplet: DC, 17 and 3E. RGB value is (220,23,62). Sum of RGB (Red+Green+Blue) = 220+23+62=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC173E is #23E8C1. Grayscale: #565656. Windows color (decimal): -2353346 or 4069340. OLE color: 4069340.
HSL color Cylindrical-coordinate representation of color #DC173E: hue angle of 348.12º 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 #DC173E is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 62 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.14 |
| HSL | 348.12º | 0.81% | 0.48% | - |
| HSV(B) | 348.12º | 0.9% | 0.86% | - |
| XYZ | 30.69 | 16.18 | 6.06 | - |
| YUV | 86.35 | 114.27 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 62 | 0 | 0.90 | 0.72 | 0.14 | 348.12 | 0.81 | 0.48 |
| Hex | DC | 17 | 3E | 0 | 5A | 48 | E | 15C | 51 | 30 |
| Octal | 334 | 27 | 76 | 0 | 132 | 110 | 16 | 534 | 121 | 60 |
| Binary | 11011100 | 10111 | 111110 | 0 | 1011010 | 1001000 | 1110 | 101011100 | 1010001 | 110000 |
Color Harmonies of #DC173E
Complementary color
Monochromatic Colors of #DC173E
Black with #DC173E
Text Example
Text Example
White with #DC173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC173E; }
p { color: rgb(220,23,62); }
H1.HeaderClassName
{
color: #DC173E;
}
.AnyTagClassName
{
color: #DC173E;
}
</style>
background-color css
<style>
a { background-color: #DC173E; }
a { background-color: rgb(220,23,62); }
div.DivClassName
{
background-color: #DC173E;
}
.BgClassName
{
background-color: #DC173E;
}
</style>
border-color css
<style>
span { border-color: #DC173E; }
span { border-color: rgb(220,23,62); }
td.TdClassName
{
border-color: #DC173E;
}
.TagClassName
{
border-color: #DC173E;
}
</style>