Shades of Crimson #DC112E
Tints of Crimson #DC112E
RGB
CMYK
RGB Variations
Color information
#DC112E (or 0xDC112E) is known color: Crimson. HEX triplet: DC, 11 and 2E. RGB value is (220,17,46). Sum of RGB (Red+Green+Blue) = 220+17+46=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC112E is #23EED1. Grayscale: #515151. Windows color (decimal): -2354898 or 3019228. OLE color: 3019228.
HSL color Cylindrical-coordinate representation of color #DC112E: hue angle of 351.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC112E is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 46 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.14 |
| HSL | 351.43º | 0.86% | 0.46% | - |
| HSV(B) | 351.43º | 0.92% | 0.86% | - |
| XYZ | 30.21 | 15.81 | 4.04 | - |
| YUV | 81 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 46 | 0 | 0.92 | 0.79 | 0.14 | 351.43 | 0.86 | 0.46 |
| Hex | DC | 11 | 2E | 0 | 5C | 4F | E | 15F | 56 | 2E |
| Octal | 334 | 21 | 56 | 0 | 134 | 117 | 16 | 537 | 126 | 56 |
| Binary | 11011100 | 10001 | 101110 | 0 | 1011100 | 1001111 | 1110 | 101011111 | 1010110 | 101110 |
Color Harmonies of #DC112E
Complementary color
Monochromatic Colors of #DC112E
Black with #DC112E
Text Example
Text Example
White with #DC112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC112E; }
p { color: rgb(220,17,46); }
H1.HeaderClassName
{
color: #DC112E;
}
.AnyTagClassName
{
color: #DC112E;
}
</style>
background-color css
<style>
a { background-color: #DC112E; }
a { background-color: rgb(220,17,46); }
div.DivClassName
{
background-color: #DC112E;
}
.BgClassName
{
background-color: #DC112E;
}
</style>
border-color css
<style>
span { border-color: #DC112E; }
span { border-color: rgb(220,17,46); }
td.TdClassName
{
border-color: #DC112E;
}
.TagClassName
{
border-color: #DC112E;
}
</style>