Shades of Crimson #DC0444
Tints of Crimson #DC0444
RGB
CMYK
RGB Variations
Color information
#DC0444 (or 0xDC0444) is known color: Crimson. HEX triplet: DC, 04 and 44. RGB value is (220,4,68). Sum of RGB (Red+Green+Blue) = 220+4+68=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0444 is #23FBBB. Grayscale: #4B4B4B. Windows color (decimal): -2358204 or 4457692. OLE color: 4457692.
HSL color Cylindrical-coordinate representation of color #DC0444: hue angle of 342.22º 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 #DC0444 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 68 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.14 |
| HSL | 342.22º | 0.96% | 0.44% | - |
| HSV(B) | 342.22º | 0.98% | 0.86% | - |
| XYZ | 30.6 | 15.72 | 6.89 | - |
| YUV | 75.88 | 123.56 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 68 | 0 | 0.98 | 0.69 | 0.14 | 342.22 | 0.96 | 0.44 |
| Hex | DC | 4 | 44 | 0 | 62 | 45 | E | 156 | 60 | 2C |
| Octal | 334 | 4 | 104 | 0 | 142 | 105 | 16 | 526 | 140 | 54 |
| Binary | 11011100 | 100 | 1000100 | 0 | 1100010 | 1000101 | 1110 | 101010110 | 1100000 | 101100 |
Color Harmonies of #DC0444
Complementary color
Monochromatic Colors of #DC0444
Black with #DC0444
Text Example
Text Example
White with #DC0444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0444; }
p { color: rgb(220,4,68); }
H1.HeaderClassName
{
color: #DC0444;
}
.AnyTagClassName
{
color: #DC0444;
}
</style>
background-color css
<style>
a { background-color: #DC0444; }
a { background-color: rgb(220,4,68); }
div.DivClassName
{
background-color: #DC0444;
}
.BgClassName
{
background-color: #DC0444;
}
</style>
border-color css
<style>
span { border-color: #DC0444; }
span { border-color: rgb(220,4,68); }
td.TdClassName
{
border-color: #DC0444;
}
.TagClassName
{
border-color: #DC0444;
}
</style>