Shades of Fire Engine Red #DF081F
Tints of Fire Engine Red #DF081F
RGB
CMYK
RGB Variations
Color information
#DF081F (or 0xDF081F) is known color: Fire Engine Red. HEX triplet: DF, 08 and 1F. RGB value is (223,8,31). Sum of RGB (Red+Green+Blue) = 223+8+31=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF081F is #20F7E0. Grayscale: #4B4B4B. Windows color (decimal): -2160609 or 2033887. OLE color: 2033887.
HSL color Cylindrical-coordinate representation of color #DF081F: hue angle of 353.58º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF081F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.13 |
| HSL | 353.58º | 0.93% | 0.45% | - |
| HSV(B) | 353.58º | 0.96% | 0.87% | - |
| XYZ | 30.77 | 15.96 | 2.76 | - |
| YUV | 74.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 31 | 0 | 0.96 | 0.86 | 0.13 | 353.58 | 0.93 | 0.45 |
| Hex | DF | 8 | 1F | 0 | 60 | 56 | D | 162 | 5D | 2D |
| Octal | 337 | 10 | 37 | 0 | 140 | 126 | 15 | 542 | 135 | 55 |
| Binary | 11011111 | 1000 | 11111 | 0 | 1100000 | 1010110 | 1101 | 101100010 | 1011101 | 101101 |
Color Harmonies of #DF081F
Complementary color
Monochromatic Colors of #DF081F
Black with #DF081F
Text Example
Text Example
White with #DF081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF081F; }
p { color: rgb(223,8,31); }
H1.HeaderClassName
{
color: #DF081F;
}
.AnyTagClassName
{
color: #DF081F;
}
</style>
background-color css
<style>
a { background-color: #DF081F; }
a { background-color: rgb(223,8,31); }
div.DivClassName
{
background-color: #DF081F;
}
.BgClassName
{
background-color: #DF081F;
}
</style>
border-color css
<style>
span { border-color: #DF081F; }
span { border-color: rgb(223,8,31); }
td.TdClassName
{
border-color: #DF081F;
}
.TagClassName
{
border-color: #DF081F;
}
</style>