Shades of Crimson #DC164A
Tints of Crimson #DC164A
RGB
CMYK
RGB Variations
Color information
#DC164A (or 0xDC164A) is known color: Crimson. HEX triplet: DC, 16 and 4A. RGB value is (220,22,74). Sum of RGB (Red+Green+Blue) = 220+22+74=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC164A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC164A is #23E9B5. Grayscale: #575757. Windows color (decimal): -2353590 or 4855516. OLE color: 4855516.
HSL color Cylindrical-coordinate representation of color #DC164A: hue angle of 344.24º 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 #DC164A is Cyan = 0, Magento = 0.9, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 74 | - |
| CMYK | 0 | 0.9 | 0.66 | 0.14 |
| HSL | 344.24º | 0.82% | 0.47% | - |
| HSV(B) | 344.24º | 0.9% | 0.86% | - |
| XYZ | 31.04 | 16.28 | 7.99 | - |
| YUV | 87.13 | 120.6 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 74 | 0 | 0.9 | 0.66 | 0.14 | 344.24 | 0.82 | 0.47 |
| Hex | DC | 16 | 4A | 0 | 5A | 42 | E | 158 | 52 | 2F |
| Octal | 334 | 26 | 112 | 0 | 132 | 102 | 16 | 530 | 122 | 57 |
| Binary | 11011100 | 10110 | 1001010 | 0 | 1011010 | 1000010 | 1110 | 101011000 | 1010010 | 101111 |
Color Harmonies of #DC164A
Complementary color
Monochromatic Colors of #DC164A
Black with #DC164A
Text Example
Text Example
White with #DC164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC164A; }
p { color: rgb(220,22,74); }
H1.HeaderClassName
{
color: #DC164A;
}
.AnyTagClassName
{
color: #DC164A;
}
</style>
background-color css
<style>
a { background-color: #DC164A; }
a { background-color: rgb(220,22,74); }
div.DivClassName
{
background-color: #DC164A;
}
.BgClassName
{
background-color: #DC164A;
}
</style>
border-color css
<style>
span { border-color: #DC164A; }
span { border-color: rgb(220,22,74); }
td.TdClassName
{
border-color: #DC164A;
}
.TagClassName
{
border-color: #DC164A;
}
</style>