Shades of Crimson #DC0047
Tints of Crimson #DC0047
RGB
CMYK
RGB Variations
Color information
#DC0047 (or 0xDC0047) is known color: Crimson. HEX triplet: DC, 00 and 47. RGB value is (220,0,71). Sum of RGB (Red+Green+Blue) = 220+0+71=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0047 is #23FFB8. Grayscale: #494949. Windows color (decimal): -2359225 or 4653276. OLE color: 4653276.
HSL color Cylindrical-coordinate representation of color #DC0047: hue angle of 340.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0047 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.68 | 0.14 |
| HSL | 340.64º | 1% | 0.43% | - |
| HSV(B) | 340.64º | 1% | 0.86% | - |
| XYZ | 30.65 | 15.67 | 7.37 | - |
| YUV | 73.87 | 126.39 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 71 | 0 | 1 | 0.68 | 0.14 | 340.64 | 1 | 0.43 |
| Hex | DC | 0 | 47 | 0 | 64 | 44 | E | 155 | 64 | 2B |
| Octal | 334 | 0 | 107 | 0 | 144 | 104 | 16 | 525 | 144 | 53 |
| Binary | 11011100 | 0 | 1000111 | 0 | 1100100 | 1000100 | 1110 | 101010101 | 1100100 | 101011 |
Color Harmonies of #DC0047
Complementary color
Monochromatic Colors of #DC0047
Black with #DC0047
Text Example
Text Example
White with #DC0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0047; }
p { color: rgb(220,0,71); }
H1.HeaderClassName
{
color: #DC0047;
}
.AnyTagClassName
{
color: #DC0047;
}
</style>
background-color css
<style>
a { background-color: #DC0047; }
a { background-color: rgb(220,0,71); }
div.DivClassName
{
background-color: #DC0047;
}
.BgClassName
{
background-color: #DC0047;
}
</style>
border-color css
<style>
span { border-color: #DC0047; }
span { border-color: rgb(220,0,71); }
td.TdClassName
{
border-color: #DC0047;
}
.TagClassName
{
border-color: #DC0047;
}
</style>