Shades of Fire Engine Red #DC1118
Tints of Fire Engine Red #DC1118
RGB
CMYK
RGB Variations
Color information
#DC1118 (or 0xDC1118) is known color: Fire Engine Red. HEX triplet: DC, 11 and 18. RGB value is (220,17,24). Sum of RGB (Red+Green+Blue) = 220+17+24=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1118 is #23EEE7. Grayscale: #4E4E4E. Windows color (decimal): -2354920 or 1577436. OLE color: 1577436.
HSL color Cylindrical-coordinate representation of color #DC1118: hue angle of 357.93º 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 #DC1118 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 24 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.14 |
| HSL | 357.93º | 0.86% | 0.46% | - |
| HSV(B) | 357.93º | 0.92% | 0.86% | - |
| XYZ | 29.88 | 15.68 | 2.32 | - |
| YUV | 78.5 | 97.25 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 24 | 0 | 0.92 | 0.89 | 0.14 | 357.93 | 0.86 | 0.46 |
| Hex | DC | 11 | 18 | 0 | 5C | 59 | E | 166 | 56 | 2E |
| Octal | 334 | 21 | 30 | 0 | 134 | 131 | 16 | 546 | 126 | 56 |
| Binary | 11011100 | 10001 | 11000 | 0 | 1011100 | 1011001 | 1110 | 101100110 | 1010110 | 101110 |
Color Harmonies of #DC1118
Complementary color
Monochromatic Colors of #DC1118
Black with #DC1118
Text Example
Text Example
White with #DC1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1118; }
p { color: rgb(220,17,24); }
H1.HeaderClassName
{
color: #DC1118;
}
.AnyTagClassName
{
color: #DC1118;
}
</style>
background-color css
<style>
a { background-color: #DC1118; }
a { background-color: rgb(220,17,24); }
div.DivClassName
{
background-color: #DC1118;
}
.BgClassName
{
background-color: #DC1118;
}
</style>
border-color css
<style>
span { border-color: #DC1118; }
span { border-color: rgb(220,17,24); }
td.TdClassName
{
border-color: #DC1118;
}
.TagClassName
{
border-color: #DC1118;
}
</style>