Shades of Fire Engine Red #DC111F
Tints of Fire Engine Red #DC111F
RGB
CMYK
RGB Variations
Color information
#DC111F (or 0xDC111F) is known color: Fire Engine Red. HEX triplet: DC, 11 and 1F. RGB value is (220,17,31). Sum of RGB (Red+Green+Blue) = 220+17+31=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC111F is #23EEE0. Grayscale: #4F4F4F. Windows color (decimal): -2354913 or 2036188. OLE color: 2036188.
HSL color Cylindrical-coordinate representation of color #DC111F: hue angle of 355.86º 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 #DC111F is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 31 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.14 |
| HSL | 355.86º | 0.86% | 0.46% | - |
| HSV(B) | 355.86º | 0.92% | 0.86% | - |
| XYZ | 29.96 | 15.72 | 2.75 | - |
| YUV | 79.29 | 100.75 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 31 | 0 | 0.92 | 0.86 | 0.14 | 355.86 | 0.86 | 0.46 |
| Hex | DC | 11 | 1F | 0 | 5C | 56 | E | 164 | 56 | 2E |
| Octal | 334 | 21 | 37 | 0 | 134 | 126 | 16 | 544 | 126 | 56 |
| Binary | 11011100 | 10001 | 11111 | 0 | 1011100 | 1010110 | 1110 | 101100100 | 1010110 | 101110 |
Color Harmonies of #DC111F
Complementary color
Monochromatic Colors of #DC111F
Black with #DC111F
Text Example
Text Example
White with #DC111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC111F; }
p { color: rgb(220,17,31); }
H1.HeaderClassName
{
color: #DC111F;
}
.AnyTagClassName
{
color: #DC111F;
}
</style>
background-color css
<style>
a { background-color: #DC111F; }
a { background-color: rgb(220,17,31); }
div.DivClassName
{
background-color: #DC111F;
}
.BgClassName
{
background-color: #DC111F;
}
</style>
border-color css
<style>
span { border-color: #DC111F; }
span { border-color: rgb(220,17,31); }
td.TdClassName
{
border-color: #DC111F;
}
.TagClassName
{
border-color: #DC111F;
}
</style>