Shades of Crimson #DC1647
Tints of Crimson #DC1647
RGB
CMYK
RGB Variations
Color information
#DC1647 (or 0xDC1647) is known color: Crimson. HEX triplet: DC, 16 and 47. RGB value is (220,22,71). Sum of RGB (Red+Green+Blue) = 220+22+71=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1647 is #23E9B8. Grayscale: #565656. Windows color (decimal): -2353593 or 4658908. OLE color: 4658908.
HSL color Cylindrical-coordinate representation of color #DC1647: hue angle of 345.15º 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 #DC1647 is Cyan = 0, Magento = 0.9, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 71 | - |
| CMYK | 0 | 0.9 | 0.68 | 0.14 |
| HSL | 345.15º | 0.82% | 0.47% | - |
| HSV(B) | 345.15º | 0.9% | 0.86% | - |
| XYZ | 30.94 | 16.24 | 7.47 | - |
| YUV | 86.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 71 | 0 | 0.9 | 0.68 | 0.14 | 345.15 | 0.82 | 0.47 |
| Hex | DC | 16 | 47 | 0 | 5A | 44 | E | 159 | 52 | 2F |
| Octal | 334 | 26 | 107 | 0 | 132 | 104 | 16 | 531 | 122 | 57 |
| Binary | 11011100 | 10110 | 1000111 | 0 | 1011010 | 1000100 | 1110 | 101011001 | 1010010 | 101111 |
Color Harmonies of #DC1647
Complementary color
Monochromatic Colors of #DC1647
Black with #DC1647
Text Example
Text Example
White with #DC1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1647; }
p { color: rgb(220,22,71); }
H1.HeaderClassName
{
color: #DC1647;
}
.AnyTagClassName
{
color: #DC1647;
}
</style>
background-color css
<style>
a { background-color: #DC1647; }
a { background-color: rgb(220,22,71); }
div.DivClassName
{
background-color: #DC1647;
}
.BgClassName
{
background-color: #DC1647;
}
</style>
border-color css
<style>
span { border-color: #DC1647; }
span { border-color: rgb(220,22,71); }
td.TdClassName
{
border-color: #DC1647;
}
.TagClassName
{
border-color: #DC1647;
}
</style>