Shades of Fire Engine Red #DC171F
Tints of Fire Engine Red #DC171F
RGB
CMYK
RGB Variations
Color information
#DC171F (or 0xDC171F) is known color: Fire Engine Red. HEX triplet: DC, 17 and 1F. RGB value is (220,23,31). Sum of RGB (Red+Green+Blue) = 220+23+31=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC171F is #23E8E0. Grayscale: #525252. Windows color (decimal): -2353377 or 2037724. OLE color: 2037724.
HSL color Cylindrical-coordinate representation of color #DC171F: hue angle of 357.56º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC171F is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 31 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.14 |
| HSL | 357.56º | 0.81% | 0.48% | - |
| HSV(B) | 357.56º | 0.9% | 0.86% | - |
| XYZ | 30.07 | 15.93 | 2.79 | - |
| YUV | 82.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 31 | 0 | 0.90 | 0.86 | 0.14 | 357.56 | 0.81 | 0.48 |
| Hex | DC | 17 | 1F | 0 | 5A | 56 | E | 166 | 51 | 30 |
| Octal | 334 | 27 | 37 | 0 | 132 | 126 | 16 | 546 | 121 | 60 |
| Binary | 11011100 | 10111 | 11111 | 0 | 1011010 | 1010110 | 1110 | 101100110 | 1010001 | 110000 |
Color Harmonies of #DC171F
Complementary color
Monochromatic Colors of #DC171F
Black with #DC171F
Text Example
Text Example
White with #DC171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC171F; }
p { color: rgb(220,23,31); }
H1.HeaderClassName
{
color: #DC171F;
}
.AnyTagClassName
{
color: #DC171F;
}
</style>
background-color css
<style>
a { background-color: #DC171F; }
a { background-color: rgb(220,23,31); }
div.DivClassName
{
background-color: #DC171F;
}
.BgClassName
{
background-color: #DC171F;
}
</style>
border-color css
<style>
span { border-color: #DC171F; }
span { border-color: rgb(220,23,31); }
td.TdClassName
{
border-color: #DC171F;
}
.TagClassName
{
border-color: #DC171F;
}
</style>