Shades of Fire Engine Red #DC111D
Tints of Fire Engine Red #DC111D
RGB
CMYK
RGB Variations
Color information
#DC111D (or 0xDC111D) is known color: Fire Engine Red. HEX triplet: DC, 11 and 1D. RGB value is (220,17,29). Sum of RGB (Red+Green+Blue) = 220+17+29=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC111D is #23EEE2. Grayscale: #4F4F4F. Windows color (decimal): -2354915 or 1905116. OLE color: 1905116.
HSL color Cylindrical-coordinate representation of color #DC111D: hue angle of 356.45º 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 #DC111D is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 29 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.14 |
| HSL | 356.45º | 0.86% | 0.46% | - |
| HSV(B) | 356.45º | 0.92% | 0.86% | - |
| XYZ | 29.94 | 15.71 | 2.62 | - |
| YUV | 79.07 | 99.75 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 29 | 0 | 0.92 | 0.87 | 0.14 | 356.45 | 0.86 | 0.46 |
| Hex | DC | 11 | 1D | 0 | 5C | 57 | E | 164 | 56 | 2E |
| Octal | 334 | 21 | 35 | 0 | 134 | 127 | 16 | 544 | 126 | 56 |
| Binary | 11011100 | 10001 | 11101 | 0 | 1011100 | 1010111 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DC111D
Complementary color
Monochromatic Colors of #DC111D
Black with #DC111D
Text Example
Text Example
White with #DC111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC111D; }
p { color: rgb(220,17,29); }
H1.HeaderClassName
{
color: #DC111D;
}
.AnyTagClassName
{
color: #DC111D;
}
</style>
background-color css
<style>
a { background-color: #DC111D; }
a { background-color: rgb(220,17,29); }
div.DivClassName
{
background-color: #DC111D;
}
.BgClassName
{
background-color: #DC111D;
}
</style>
border-color css
<style>
span { border-color: #DC111D; }
span { border-color: rgb(220,17,29); }
td.TdClassName
{
border-color: #DC111D;
}
.TagClassName
{
border-color: #DC111D;
}
</style>