Shades of Crimson #DC1640
Tints of Crimson #DC1640
RGB
CMYK
RGB Variations
Color information
#DC1640 (or 0xDC1640) is known color: Crimson. HEX triplet: DC, 16 and 40. RGB value is (220,22,64). Sum of RGB (Red+Green+Blue) = 220+22+64=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1640 is #23E9BF. Grayscale: #565656. Windows color (decimal): -2353600 or 4200156. OLE color: 4200156.
HSL color Cylindrical-coordinate representation of color #DC1640: hue angle of 347.27º 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 #DC1640 is Cyan = 0, Magento = 0.9, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 64 | - |
| CMYK | 0 | 0.9 | 0.71 | 0.14 |
| HSL | 347.27º | 0.82% | 0.47% | - |
| HSV(B) | 347.27º | 0.9% | 0.86% | - |
| XYZ | 30.73 | 16.16 | 6.35 | - |
| YUV | 85.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 64 | 0 | 0.9 | 0.71 | 0.14 | 347.27 | 0.82 | 0.47 |
| Hex | DC | 16 | 40 | 0 | 5A | 47 | E | 15B | 52 | 2F |
| Octal | 334 | 26 | 100 | 0 | 132 | 107 | 16 | 533 | 122 | 57 |
| Binary | 11011100 | 10110 | 1000000 | 0 | 1011010 | 1000111 | 1110 | 101011011 | 1010010 | 101111 |
Color Harmonies of #DC1640
Complementary color
Monochromatic Colors of #DC1640
Black with #DC1640
Text Example
Text Example
White with #DC1640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1640; }
p { color: rgb(220,22,64); }
H1.HeaderClassName
{
color: #DC1640;
}
.AnyTagClassName
{
color: #DC1640;
}
</style>
background-color css
<style>
a { background-color: #DC1640; }
a { background-color: rgb(220,22,64); }
div.DivClassName
{
background-color: #DC1640;
}
.BgClassName
{
background-color: #DC1640;
}
</style>
border-color css
<style>
span { border-color: #DC1640; }
span { border-color: rgb(220,22,64); }
td.TdClassName
{
border-color: #DC1640;
}
.TagClassName
{
border-color: #DC1640;
}
</style>