Shades of Crimson #DC113E
Tints of Crimson #DC113E
RGB
CMYK
RGB Variations
Color information
#DC113E (or 0xDC113E) is known color: Crimson. HEX triplet: DC, 11 and 3E. RGB value is (220,17,62). Sum of RGB (Red+Green+Blue) = 220+17+62=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC113E is #23EEC1. Grayscale: #525252. Windows color (decimal): -2354882 or 4067804. OLE color: 4067804.
HSL color Cylindrical-coordinate representation of color #DC113E: hue angle of 346.7º 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 #DC113E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.14 |
| HSL | 346.7º | 0.86% | 0.46% | - |
| HSV(B) | 346.7º | 0.92% | 0.86% | - |
| XYZ | 30.59 | 15.96 | 6.03 | - |
| YUV | 82.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 62 | 0 | 0.92 | 0.72 | 0.14 | 346.7 | 0.86 | 0.46 |
| Hex | DC | 11 | 3E | 0 | 5C | 48 | E | 15B | 56 | 2E |
| Octal | 334 | 21 | 76 | 0 | 134 | 110 | 16 | 533 | 126 | 56 |
| Binary | 11011100 | 10001 | 111110 | 0 | 1011100 | 1001000 | 1110 | 101011011 | 1010110 | 101110 |
Color Harmonies of #DC113E
Complementary color
Monochromatic Colors of #DC113E
Black with #DC113E
Text Example
Text Example
White with #DC113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC113E; }
p { color: rgb(220,17,62); }
H1.HeaderClassName
{
color: #DC113E;
}
.AnyTagClassName
{
color: #DC113E;
}
</style>
background-color css
<style>
a { background-color: #DC113E; }
a { background-color: rgb(220,17,62); }
div.DivClassName
{
background-color: #DC113E;
}
.BgClassName
{
background-color: #DC113E;
}
</style>
border-color css
<style>
span { border-color: #DC113E; }
span { border-color: rgb(220,17,62); }
td.TdClassName
{
border-color: #DC113E;
}
.TagClassName
{
border-color: #DC113E;
}
</style>