Shades of Fire Engine Red #DC1115
Tints of Fire Engine Red #DC1115
RGB
CMYK
RGB Variations
Color information
#DC1115 (or 0xDC1115) is known color: Fire Engine Red. HEX triplet: DC, 11 and 15. RGB value is (220,17,21). Sum of RGB (Red+Green+Blue) = 220+17+21=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1115 is #23EEEA. Grayscale: #4E4E4E. Windows color (decimal): -2354923 or 1380828. OLE color: 1380828.
HSL color Cylindrical-coordinate representation of color #DC1115: hue angle of 358.82º 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 #DC1115 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 21 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.14 |
| HSL | 358.82º | 0.86% | 0.46% | - |
| HSV(B) | 358.82º | 0.92% | 0.86% | - |
| XYZ | 29.85 | 15.67 | 2.16 | - |
| YUV | 78.15 | 95.75 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 21 | 0 | 0.92 | 0.90 | 0.14 | 358.82 | 0.86 | 0.46 |
| Hex | DC | 11 | 15 | 0 | 5C | 5A | E | 167 | 56 | 2E |
| Octal | 334 | 21 | 25 | 0 | 134 | 132 | 16 | 547 | 126 | 56 |
| Binary | 11011100 | 10001 | 10101 | 0 | 1011100 | 1011010 | 1110 | 101100111 | 1010110 | 101110 |
Color Harmonies of #DC1115
Complementary color
Monochromatic Colors of #DC1115
Black with #DC1115
Text Example
Text Example
White with #DC1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1115; }
p { color: rgb(220,17,21); }
H1.HeaderClassName
{
color: #DC1115;
}
.AnyTagClassName
{
color: #DC1115;
}
</style>
background-color css
<style>
a { background-color: #DC1115; }
a { background-color: rgb(220,17,21); }
div.DivClassName
{
background-color: #DC1115;
}
.BgClassName
{
background-color: #DC1115;
}
</style>
border-color css
<style>
span { border-color: #DC1115; }
span { border-color: rgb(220,17,21); }
td.TdClassName
{
border-color: #DC1115;
}
.TagClassName
{
border-color: #DC1115;
}
</style>