Shades of Crimson #DC1147
Tints of Crimson #DC1147
RGB
CMYK
RGB Variations
Color information
#DC1147 (or 0xDC1147) is known color: Crimson. HEX triplet: DC, 11 and 47. RGB value is (220,17,71). Sum of RGB (Red+Green+Blue) = 220+17+71=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1147 is #23EEB8. Grayscale: #535353. Windows color (decimal): -2354873 or 4657628. OLE color: 4657628.
HSL color Cylindrical-coordinate representation of color #DC1147: hue angle of 344.04º 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 #DC1147 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 71 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.14 |
| HSL | 344.04º | 0.86% | 0.46% | - |
| HSV(B) | 344.04º | 0.92% | 0.86% | - |
| XYZ | 30.85 | 16.07 | 7.44 | - |
| YUV | 83.85 | 120.75 | 225.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 71 | 0 | 0.92 | 0.68 | 0.14 | 344.04 | 0.86 | 0.46 |
| Hex | DC | 11 | 47 | 0 | 5C | 44 | E | 158 | 56 | 2E |
| Octal | 334 | 21 | 107 | 0 | 134 | 104 | 16 | 530 | 126 | 56 |
| Binary | 11011100 | 10001 | 1000111 | 0 | 1011100 | 1000100 | 1110 | 101011000 | 1010110 | 101110 |
Color Harmonies of #DC1147
Complementary color
Monochromatic Colors of #DC1147
Black with #DC1147
Text Example
Text Example
White with #DC1147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1147; }
p { color: rgb(220,17,71); }
H1.HeaderClassName
{
color: #DC1147;
}
.AnyTagClassName
{
color: #DC1147;
}
</style>
background-color css
<style>
a { background-color: #DC1147; }
a { background-color: rgb(220,17,71); }
div.DivClassName
{
background-color: #DC1147;
}
.BgClassName
{
background-color: #DC1147;
}
</style>
border-color css
<style>
span { border-color: #DC1147; }
span { border-color: rgb(220,17,71); }
td.TdClassName
{
border-color: #DC1147;
}
.TagClassName
{
border-color: #DC1147;
}
</style>