Shades of Fire Engine Red #DF071B
Tints of Fire Engine Red #DF071B
RGB
CMYK
RGB Variations
Color information
#DF071B (or 0xDF071B) is known color: Fire Engine Red. HEX triplet: DF, 07 and 1B. RGB value is (223,7,27). Sum of RGB (Red+Green+Blue) = 223+7+27=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF071B is #20F8E4. Grayscale: #494949. Windows color (decimal): -2160869 or 1771487. OLE color: 1771487.
HSL color Cylindrical-coordinate representation of color #DF071B: hue angle of 354.44º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF071B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.13 |
| HSL | 354.44º | 0.94% | 0.45% | - |
| HSV(B) | 354.44º | 0.97% | 0.87% | - |
| XYZ | 30.71 | 15.92 | 2.49 | - |
| YUV | 73.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 27 | 0 | 0.97 | 0.88 | 0.13 | 354.44 | 0.94 | 0.45 |
| Hex | DF | 7 | 1B | 0 | 61 | 58 | D | 162 | 5E | 2D |
| Octal | 337 | 7 | 33 | 0 | 141 | 130 | 15 | 542 | 136 | 55 |
| Binary | 11011111 | 111 | 11011 | 0 | 1100001 | 1011000 | 1101 | 101100010 | 1011110 | 101101 |
Color Harmonies of #DF071B
Complementary color
Monochromatic Colors of #DF071B
Black with #DF071B
Text Example
Text Example
White with #DF071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF071B; }
p { color: rgb(223,7,27); }
H1.HeaderClassName
{
color: #DF071B;
}
.AnyTagClassName
{
color: #DF071B;
}
</style>
background-color css
<style>
a { background-color: #DF071B; }
a { background-color: rgb(223,7,27); }
div.DivClassName
{
background-color: #DF071B;
}
.BgClassName
{
background-color: #DF071B;
}
</style>
border-color css
<style>
span { border-color: #DF071B; }
span { border-color: rgb(223,7,27); }
td.TdClassName
{
border-color: #DF071B;
}
.TagClassName
{
border-color: #DF071B;
}
</style>