Shades of Fire Engine Red #DF181F
Tints of Fire Engine Red #DF181F
RGB
CMYK
RGB Variations
Color information
#DF181F (or 0xDF181F) is known color: Fire Engine Red. HEX triplet: DF, 18 and 1F. RGB value is (223,24,31). Sum of RGB (Red+Green+Blue) = 223+24+31=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF181F is #20E7E0. Grayscale: #545454. Windows color (decimal): -2156513 or 2037983. OLE color: 2037983.
HSL color Cylindrical-coordinate representation of color #DF181F: hue angle of 357.89º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF181F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 31 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.13 |
| HSL | 357.89º | 0.81% | 0.48% | - |
| HSV(B) | 357.89º | 0.89% | 0.87% | - |
| XYZ | 31.01 | 16.44 | 2.84 | - |
| YUV | 84.3 | 97.93 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 31 | 0 | 0.89 | 0.86 | 0.13 | 357.89 | 0.81 | 0.48 |
| Hex | DF | 18 | 1F | 0 | 59 | 56 | D | 166 | 51 | 30 |
| Octal | 337 | 30 | 37 | 0 | 131 | 126 | 15 | 546 | 121 | 60 |
| Binary | 11011111 | 11000 | 11111 | 0 | 1011001 | 1010110 | 1101 | 101100110 | 1010001 | 110000 |
Color Harmonies of #DF181F
Complementary color
Monochromatic Colors of #DF181F
Black with #DF181F
Text Example
Text Example
White with #DF181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF181F; }
p { color: rgb(223,24,31); }
H1.HeaderClassName
{
color: #DF181F;
}
.AnyTagClassName
{
color: #DF181F;
}
</style>
background-color css
<style>
a { background-color: #DF181F; }
a { background-color: rgb(223,24,31); }
div.DivClassName
{
background-color: #DF181F;
}
.BgClassName
{
background-color: #DF181F;
}
</style>
border-color css
<style>
span { border-color: #DF181F; }
span { border-color: rgb(223,24,31); }
td.TdClassName
{
border-color: #DF181F;
}
.TagClassName
{
border-color: #DF181F;
}
</style>