Shades of Crimson #DC113B
Tints of Crimson #DC113B
RGB
CMYK
RGB Variations
Color information
#DC113B (or 0xDC113B) is known color: Crimson. HEX triplet: DC, 11 and 3B. RGB value is (220,17,59). Sum of RGB (Red+Green+Blue) = 220+17+59=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC113B is #23EEC4. Grayscale: #525252. Windows color (decimal): -2354885 or 3871196. OLE color: 3871196.
HSL color Cylindrical-coordinate representation of color #DC113B: hue angle of 347.59º 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 #DC113B is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 59 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.14 |
| HSL | 347.59º | 0.86% | 0.46% | - |
| HSV(B) | 347.59º | 0.92% | 0.86% | - |
| XYZ | 30.51 | 15.93 | 5.61 | - |
| YUV | 82.49 | 114.75 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 59 | 0 | 0.92 | 0.73 | 0.14 | 347.59 | 0.86 | 0.46 |
| Hex | DC | 11 | 3B | 0 | 5C | 49 | E | 15C | 56 | 2E |
| Octal | 334 | 21 | 73 | 0 | 134 | 111 | 16 | 534 | 126 | 56 |
| Binary | 11011100 | 10001 | 111011 | 0 | 1011100 | 1001001 | 1110 | 101011100 | 1010110 | 101110 |
Color Harmonies of #DC113B
Complementary color
Monochromatic Colors of #DC113B
Black with #DC113B
Text Example
Text Example
White with #DC113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC113B; }
p { color: rgb(220,17,59); }
H1.HeaderClassName
{
color: #DC113B;
}
.AnyTagClassName
{
color: #DC113B;
}
</style>
background-color css
<style>
a { background-color: #DC113B; }
a { background-color: rgb(220,17,59); }
div.DivClassName
{
background-color: #DC113B;
}
.BgClassName
{
background-color: #DC113B;
}
</style>
border-color css
<style>
span { border-color: #DC113B; }
span { border-color: rgb(220,17,59); }
td.TdClassName
{
border-color: #DC113B;
}
.TagClassName
{
border-color: #DC113B;
}
</style>