Shades of Crimson #DC113A
Tints of Crimson #DC113A
RGB
CMYK
RGB Variations
Color information
#DC113A (or 0xDC113A) is known color: Crimson. HEX triplet: DC, 11 and 3A. RGB value is (220,17,58). Sum of RGB (Red+Green+Blue) = 220+17+58=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC113A is #23EEC5. Grayscale: #525252. Windows color (decimal): -2354886 or 3805660. OLE color: 3805660.
HSL color Cylindrical-coordinate representation of color #DC113A: hue angle of 347.88º 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 #DC113A is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.14 |
| HSL | 347.88º | 0.86% | 0.46% | - |
| HSV(B) | 347.88º | 0.92% | 0.86% | - |
| XYZ | 30.48 | 15.92 | 5.47 | - |
| YUV | 82.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 58 | 0 | 0.92 | 0.74 | 0.14 | 347.88 | 0.86 | 0.46 |
| Hex | DC | 11 | 3A | 0 | 5C | 4A | E | 15C | 56 | 2E |
| Octal | 334 | 21 | 72 | 0 | 134 | 112 | 16 | 534 | 126 | 56 |
| Binary | 11011100 | 10001 | 111010 | 0 | 1011100 | 1001010 | 1110 | 101011100 | 1010110 | 101110 |
Color Harmonies of #DC113A
Complementary color
Monochromatic Colors of #DC113A
Black with #DC113A
Text Example
Text Example
White with #DC113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC113A; }
p { color: rgb(220,17,58); }
H1.HeaderClassName
{
color: #DC113A;
}
.AnyTagClassName
{
color: #DC113A;
}
</style>
background-color css
<style>
a { background-color: #DC113A; }
a { background-color: rgb(220,17,58); }
div.DivClassName
{
background-color: #DC113A;
}
.BgClassName
{
background-color: #DC113A;
}
</style>
border-color css
<style>
span { border-color: #DC113A; }
span { border-color: rgb(220,17,58); }
td.TdClassName
{
border-color: #DC113A;
}
.TagClassName
{
border-color: #DC113A;
}
</style>