Shades of Crimson #DC164C
Tints of Crimson #DC164C
RGB
CMYK
RGB Variations
Color information
#DC164C (or 0xDC164C) is known color: Crimson. HEX triplet: DC, 16 and 4C. RGB value is (220,22,76). Sum of RGB (Red+Green+Blue) = 220+22+76=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC164C is #23E9B3. Grayscale: #575757. Windows color (decimal): -2353588 or 4986588. OLE color: 4986588.
HSL color Cylindrical-coordinate representation of color #DC164C: hue angle of 343.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC164C is Cyan = 0, Magento = 0.9, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 76 | - |
| CMYK | 0 | 0.9 | 0.65 | 0.14 |
| HSL | 343.64º | 0.82% | 0.47% | - |
| HSV(B) | 343.64º | 0.9% | 0.86% | - |
| XYZ | 31.11 | 16.31 | 8.35 | - |
| YUV | 87.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 76 | 0 | 0.9 | 0.65 | 0.14 | 343.64 | 0.82 | 0.47 |
| Hex | DC | 16 | 4C | 0 | 5A | 41 | E | 158 | 52 | 2F |
| Octal | 334 | 26 | 114 | 0 | 132 | 101 | 16 | 530 | 122 | 57 |
| Binary | 11011100 | 10110 | 1001100 | 0 | 1011010 | 1000001 | 1110 | 101011000 | 1010010 | 101111 |
Color Harmonies of #DC164C
Complementary color
Monochromatic Colors of #DC164C
Black with #DC164C
Text Example
Text Example
White with #DC164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC164C; }
p { color: rgb(220,22,76); }
H1.HeaderClassName
{
color: #DC164C;
}
.AnyTagClassName
{
color: #DC164C;
}
</style>
background-color css
<style>
a { background-color: #DC164C; }
a { background-color: rgb(220,22,76); }
div.DivClassName
{
background-color: #DC164C;
}
.BgClassName
{
background-color: #DC164C;
}
</style>
border-color css
<style>
span { border-color: #DC164C; }
span { border-color: rgb(220,22,76); }
td.TdClassName
{
border-color: #DC164C;
}
.TagClassName
{
border-color: #DC164C;
}
</style>