Shades of Crimson #DC1146
Tints of Crimson #DC1146
RGB
CMYK
RGB Variations
Color information
#DC1146 (or 0xDC1146) is known color: Crimson. HEX triplet: DC, 11 and 46. RGB value is (220,17,70). Sum of RGB (Red+Green+Blue) = 220+17+70=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1146 is #23EEB9. Grayscale: #535353. Windows color (decimal): -2354874 or 4592092. OLE color: 4592092.
HSL color Cylindrical-coordinate representation of color #DC1146: hue angle of 344.33º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1146 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 70 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.14 |
| HSL | 344.34º | 0.86% | 0.46% | - |
| HSV(B) | 344.34º | 0.92% | 0.86% | - |
| XYZ | 30.82 | 16.06 | 7.27 | - |
| YUV | 83.74 | 120.25 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 70 | 0 | 0.92 | 0.68 | 0.14 | 344.34 | 0.86 | 0.46 |
| Hex | DC | 11 | 46 | 0 | 5C | 44 | E | 158 | 56 | 2E |
| Octal | 334 | 21 | 106 | 0 | 134 | 104 | 16 | 530 | 126 | 56 |
| Binary | 11011100 | 10001 | 1000110 | 0 | 1011100 | 1000100 | 1110 | 101011000 | 1010110 | 101110 |
Color Harmonies of #DC1146
Complementary color
Monochromatic Colors of #DC1146
Black with #DC1146
Text Example
Text Example
White with #DC1146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1146; }
p { color: rgb(220,17,70); }
H1.HeaderClassName
{
color: #DC1146;
}
.AnyTagClassName
{
color: #DC1146;
}
</style>
background-color css
<style>
a { background-color: #DC1146; }
a { background-color: rgb(220,17,70); }
div.DivClassName
{
background-color: #DC1146;
}
.BgClassName
{
background-color: #DC1146;
}
</style>
border-color css
<style>
span { border-color: #DC1146; }
span { border-color: rgb(220,17,70); }
td.TdClassName
{
border-color: #DC1146;
}
.TagClassName
{
border-color: #DC1146;
}
</style>