Shades of Crimson #DC112D
Tints of Crimson #DC112D
RGB
CMYK
RGB Variations
Color information
#DC112D (or 0xDC112D) is known color: Crimson. HEX triplet: DC, 11 and 2D. RGB value is (220,17,45). Sum of RGB (Red+Green+Blue) = 220+17+45=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC112D is #23EED2. Grayscale: #505050. Windows color (decimal): -2354899 or 2953692. OLE color: 2953692.
HSL color Cylindrical-coordinate representation of color #DC112D: hue angle of 351.72º 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 #DC112D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 45 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.14 |
| HSL | 351.72º | 0.86% | 0.46% | - |
| HSV(B) | 351.72º | 0.92% | 0.86% | - |
| XYZ | 30.19 | 15.81 | 3.94 | - |
| YUV | 80.89 | 107.75 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 45 | 0 | 0.92 | 0.80 | 0.14 | 351.72 | 0.86 | 0.46 |
| Hex | DC | 11 | 2D | 0 | 5C | 50 | E | 160 | 56 | 2E |
| Octal | 334 | 21 | 55 | 0 | 134 | 120 | 16 | 540 | 126 | 56 |
| Binary | 11011100 | 10001 | 101101 | 0 | 1011100 | 1010000 | 1110 | 101100000 | 1010110 | 101110 |
Color Harmonies of #DC112D
Complementary color
Monochromatic Colors of #DC112D
Black with #DC112D
Text Example
Text Example
White with #DC112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC112D; }
p { color: rgb(220,17,45); }
H1.HeaderClassName
{
color: #DC112D;
}
.AnyTagClassName
{
color: #DC112D;
}
</style>
background-color css
<style>
a { background-color: #DC112D; }
a { background-color: rgb(220,17,45); }
div.DivClassName
{
background-color: #DC112D;
}
.BgClassName
{
background-color: #DC112D;
}
</style>
border-color css
<style>
span { border-color: #DC112D; }
span { border-color: rgb(220,17,45); }
td.TdClassName
{
border-color: #DC112D;
}
.TagClassName
{
border-color: #DC112D;
}
</style>