Shades of Crimson #DC0247
Tints of Crimson #DC0247
RGB
CMYK
RGB Variations
Color information
#DC0247 (or 0xDC0247) is known color: Crimson. HEX triplet: DC, 02 and 47. RGB value is (220,2,71). Sum of RGB (Red+Green+Blue) = 220+2+71=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0247 is #23FDB8. Grayscale: #4A4A4A. Windows color (decimal): -2358713 or 4653788. OLE color: 4653788.
HSL color Cylindrical-coordinate representation of color #DC0247: hue angle of 341.01º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0247 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.14 |
| HSL | 341.01º | 0.98% | 0.44% | - |
| HSV(B) | 341.01º | 0.99% | 0.86% | - |
| XYZ | 30.67 | 15.71 | 7.38 | - |
| YUV | 75.05 | 125.72 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 71 | 0 | 0.99 | 0.68 | 0.14 | 341.01 | 0.98 | 0.44 |
| Hex | DC | 2 | 47 | 0 | 63 | 44 | E | 155 | 62 | 2C |
| Octal | 334 | 2 | 107 | 0 | 143 | 104 | 16 | 525 | 142 | 54 |
| Binary | 11011100 | 10 | 1000111 | 0 | 1100011 | 1000100 | 1110 | 101010101 | 1100010 | 101100 |
Color Harmonies of #DC0247
Complementary color
Monochromatic Colors of #DC0247
Black with #DC0247
Text Example
Text Example
White with #DC0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0247; }
p { color: rgb(220,2,71); }
H1.HeaderClassName
{
color: #DC0247;
}
.AnyTagClassName
{
color: #DC0247;
}
</style>
background-color css
<style>
a { background-color: #DC0247; }
a { background-color: rgb(220,2,71); }
div.DivClassName
{
background-color: #DC0247;
}
.BgClassName
{
background-color: #DC0247;
}
</style>
border-color css
<style>
span { border-color: #DC0247; }
span { border-color: rgb(220,2,71); }
td.TdClassName
{
border-color: #DC0247;
}
.TagClassName
{
border-color: #DC0247;
}
</style>