Shades of Crimson #DC0447
Tints of Crimson #DC0447
RGB
CMYK
RGB Variations
Color information
#DC0447 (or 0xDC0447) is known color: Crimson. HEX triplet: DC, 04 and 47. RGB value is (220,4,71). Sum of RGB (Red+Green+Blue) = 220+4+71=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0447 is #23FBB8. Grayscale: #4C4C4C. Windows color (decimal): -2358201 or 4654300. OLE color: 4654300.
HSL color Cylindrical-coordinate representation of color #DC0447: hue angle of 341.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0447 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.14 |
| HSL | 341.39º | 0.96% | 0.44% | - |
| HSV(B) | 341.39º | 0.98% | 0.86% | - |
| XYZ | 30.7 | 15.76 | 7.38 | - |
| YUV | 76.22 | 125.06 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 71 | 0 | 0.98 | 0.68 | 0.14 | 341.39 | 0.96 | 0.44 |
| Hex | DC | 4 | 47 | 0 | 62 | 44 | E | 155 | 60 | 2C |
| Octal | 334 | 4 | 107 | 0 | 142 | 104 | 16 | 525 | 140 | 54 |
| Binary | 11011100 | 100 | 1000111 | 0 | 1100010 | 1000100 | 1110 | 101010101 | 1100000 | 101100 |
Color Harmonies of #DC0447
Complementary color
Monochromatic Colors of #DC0447
Black with #DC0447
Text Example
Text Example
White with #DC0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0447; }
p { color: rgb(220,4,71); }
H1.HeaderClassName
{
color: #DC0447;
}
.AnyTagClassName
{
color: #DC0447;
}
</style>
background-color css
<style>
a { background-color: #DC0447; }
a { background-color: rgb(220,4,71); }
div.DivClassName
{
background-color: #DC0447;
}
.BgClassName
{
background-color: #DC0447;
}
</style>
border-color css
<style>
span { border-color: #DC0447; }
span { border-color: rgb(220,4,71); }
td.TdClassName
{
border-color: #DC0447;
}
.TagClassName
{
border-color: #DC0447;
}
</style>