Shades of Crimson #DC0C49
Tints of Crimson #DC0C49
RGB
CMYK
RGB Variations
Color information
#DC0C49 (or 0xDC0C49) is known color: Crimson. HEX triplet: DC, 0C and 49. RGB value is (220,12,73). Sum of RGB (Red+Green+Blue) = 220+12+73=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0C49 is #23F3B6. Grayscale: #515151. Windows color (decimal): -2356151 or 4787420. OLE color: 4787420.
HSL color Cylindrical-coordinate representation of color #DC0C49: hue angle of 342.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C49 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 73 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.14 |
| HSL | 342.4º | 0.9% | 0.45% | - |
| HSV(B) | 342.4º | 0.95% | 0.86% | - |
| XYZ | 30.85 | 15.96 | 7.76 | - |
| YUV | 81.15 | 123.41 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 73 | 0 | 0.95 | 0.67 | 0.14 | 342.4 | 0.9 | 0.45 |
| Hex | DC | C | 49 | 0 | 5F | 43 | E | 156 | 5A | 2D |
| Octal | 334 | 14 | 111 | 0 | 137 | 103 | 16 | 526 | 132 | 55 |
| Binary | 11011100 | 1100 | 1001001 | 0 | 1011111 | 1000011 | 1110 | 101010110 | 1011010 | 101101 |
Color Harmonies of #DC0C49
Complementary color
Monochromatic Colors of #DC0C49
Black with #DC0C49
Text Example
Text Example
White with #DC0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0C49; }
p { color: rgb(220,12,73); }
H1.HeaderClassName
{
color: #DC0C49;
}
.AnyTagClassName
{
color: #DC0C49;
}
</style>
background-color css
<style>
a { background-color: #DC0C49; }
a { background-color: rgb(220,12,73); }
div.DivClassName
{
background-color: #DC0C49;
}
.BgClassName
{
background-color: #DC0C49;
}
</style>
border-color css
<style>
span { border-color: #DC0C49; }
span { border-color: rgb(220,12,73); }
td.TdClassName
{
border-color: #DC0C49;
}
.TagClassName
{
border-color: #DC0C49;
}
</style>