Shades of Fire Engine Red #DF171B
Tints of Fire Engine Red #DF171B
RGB
CMYK
RGB Variations
Color information
#DF171B (or 0xDF171B) is known color: Fire Engine Red. HEX triplet: DF, 17 and 1B. RGB value is (223,23,27). Sum of RGB (Red+Green+Blue) = 223+23+27=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF171B is #20E8E4. Grayscale: #535353. Windows color (decimal): -2156773 or 1775583. OLE color: 1775583.
HSL color Cylindrical-coordinate representation of color #DF171B: hue angle of 358.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF171B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 27 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.13 |
| HSL | 358.8º | 0.81% | 0.48% | - |
| HSV(B) | 358.8º | 0.9% | 0.87% | - |
| XYZ | 30.94 | 16.38 | 2.57 | - |
| YUV | 83.26 | 96.26 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 27 | 0 | 0.90 | 0.88 | 0.13 | 358.8 | 0.81 | 0.48 |
| Hex | DF | 17 | 1B | 0 | 5A | 58 | D | 167 | 51 | 30 |
| Octal | 337 | 27 | 33 | 0 | 132 | 130 | 15 | 547 | 121 | 60 |
| Binary | 11011111 | 10111 | 11011 | 0 | 1011010 | 1011000 | 1101 | 101100111 | 1010001 | 110000 |
Color Harmonies of #DF171B
Complementary color
Monochromatic Colors of #DF171B
Black with #DF171B
Text Example
Text Example
White with #DF171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF171B; }
p { color: rgb(223,23,27); }
H1.HeaderClassName
{
color: #DF171B;
}
.AnyTagClassName
{
color: #DF171B;
}
</style>
background-color css
<style>
a { background-color: #DF171B; }
a { background-color: rgb(223,23,27); }
div.DivClassName
{
background-color: #DF171B;
}
.BgClassName
{
background-color: #DF171B;
}
</style>
border-color css
<style>
span { border-color: #DF171B; }
span { border-color: rgb(223,23,27); }
td.TdClassName
{
border-color: #DF171B;
}
.TagClassName
{
border-color: #DF171B;
}
</style>