Shades of Fire Engine Red #DF0E1F
Tints of Fire Engine Red #DF0E1F
RGB
CMYK
RGB Variations
Color information
#DF0E1F (or 0xDF0E1F) is known color: Fire Engine Red. HEX triplet: DF, 0E and 1F. RGB value is (223,14,31). Sum of RGB (Red+Green+Blue) = 223+14+31=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E1F is #20F1E0. Grayscale: #4E4E4E. Windows color (decimal): -2159073 or 2035423. OLE color: 2035423.
HSL color Cylindrical-coordinate representation of color #DF0E1F: hue angle of 355.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E1F is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 31 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.13 |
| HSL | 355.12º | 0.88% | 0.46% | - |
| HSV(B) | 355.12º | 0.94% | 0.87% | - |
| XYZ | 30.84 | 16.1 | 2.78 | - |
| YUV | 78.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 31 | 0 | 0.94 | 0.86 | 0.13 | 355.12 | 0.88 | 0.46 |
| Hex | DF | E | 1F | 0 | 5E | 56 | D | 163 | 58 | 2E |
| Octal | 337 | 16 | 37 | 0 | 136 | 126 | 15 | 543 | 130 | 56 |
| Binary | 11011111 | 1110 | 11111 | 0 | 1011110 | 1010110 | 1101 | 101100011 | 1011000 | 101110 |
Color Harmonies of #DF0E1F
Complementary color
Monochromatic Colors of #DF0E1F
Black with #DF0E1F
Text Example
Text Example
White with #DF0E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E1F; }
p { color: rgb(223,14,31); }
H1.HeaderClassName
{
color: #DF0E1F;
}
.AnyTagClassName
{
color: #DF0E1F;
}
</style>
background-color css
<style>
a { background-color: #DF0E1F; }
a { background-color: rgb(223,14,31); }
div.DivClassName
{
background-color: #DF0E1F;
}
.BgClassName
{
background-color: #DF0E1F;
}
</style>
border-color css
<style>
span { border-color: #DF0E1F; }
span { border-color: rgb(223,14,31); }
td.TdClassName
{
border-color: #DF0E1F;
}
.TagClassName
{
border-color: #DF0E1F;
}
</style>