Shades of Crimson #DC1036
Tints of Crimson #DC1036
RGB
CMYK
RGB Variations
Color information
#DC1036 (or 0xDC1036) is known color: Crimson. HEX triplet: DC, 10 and 36. RGB value is (220,16,54). Sum of RGB (Red+Green+Blue) = 220+16+54=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1036 is #23EFC9. Grayscale: #515151. Windows color (decimal): -2355146 or 3543260. OLE color: 3543260.
HSL color Cylindrical-coordinate representation of color #DC1036: hue angle of 348.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1036 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 54 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.14 |
| HSL | 348.82º | 0.86% | 0.46% | - |
| HSV(B) | 348.82º | 0.93% | 0.86% | - |
| XYZ | 30.37 | 15.85 | 4.95 | - |
| YUV | 81.33 | 112.59 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 54 | 0 | 0.93 | 0.75 | 0.14 | 348.82 | 0.86 | 0.46 |
| Hex | DC | 10 | 36 | 0 | 5D | 4B | E | 15D | 56 | 2E |
| Octal | 334 | 20 | 66 | 0 | 135 | 113 | 16 | 535 | 126 | 56 |
| Binary | 11011100 | 10000 | 110110 | 0 | 1011101 | 1001011 | 1110 | 101011101 | 1010110 | 101110 |
Color Harmonies of #DC1036
Complementary color
Monochromatic Colors of #DC1036
Black with #DC1036
Text Example
Text Example
White with #DC1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1036; }
p { color: rgb(220,16,54); }
H1.HeaderClassName
{
color: #DC1036;
}
.AnyTagClassName
{
color: #DC1036;
}
</style>
background-color css
<style>
a { background-color: #DC1036; }
a { background-color: rgb(220,16,54); }
div.DivClassName
{
background-color: #DC1036;
}
.BgClassName
{
background-color: #DC1036;
}
</style>
border-color css
<style>
span { border-color: #DC1036; }
span { border-color: rgb(220,16,54); }
td.TdClassName
{
border-color: #DC1036;
}
.TagClassName
{
border-color: #DC1036;
}
</style>