Shades of Fire Engine Red #DD071F
Tints of Fire Engine Red #DD071F
RGB
CMYK
RGB Variations
Color information
#DD071F (or 0xDD071F) is known color: Fire Engine Red. HEX triplet: DD, 07 and 1F. RGB value is (221,7,31). Sum of RGB (Red+Green+Blue) = 221+7+31=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD071F is #22F8E0. Grayscale: #494949. Windows color (decimal): -2291937 or 2033629. OLE color: 2033629.
HSL color Cylindrical-coordinate representation of color #DD071F: hue angle of 353.27º 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 #DD071F is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 31 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.13 |
| HSL | 353.27º | 0.94% | 0.45% | - |
| HSV(B) | 353.27º | 0.97% | 0.87% | - |
| XYZ | 30.14 | 15.62 | 2.72 | - |
| YUV | 73.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 31 | 0 | 0.97 | 0.86 | 0.13 | 353.27 | 0.94 | 0.45 |
| Hex | DD | 7 | 1F | 0 | 61 | 56 | D | 161 | 5E | 2D |
| Octal | 335 | 7 | 37 | 0 | 141 | 126 | 15 | 541 | 136 | 55 |
| Binary | 11011101 | 111 | 11111 | 0 | 1100001 | 1010110 | 1101 | 101100001 | 1011110 | 101101 |
Color Harmonies of #DD071F
Complementary color
Monochromatic Colors of #DD071F
Black with #DD071F
Text Example
Text Example
White with #DD071F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD071F; }
p { color: rgb(221,7,31); }
H1.HeaderClassName
{
color: #DD071F;
}
.AnyTagClassName
{
color: #DD071F;
}
</style>
background-color css
<style>
a { background-color: #DD071F; }
a { background-color: rgb(221,7,31); }
div.DivClassName
{
background-color: #DD071F;
}
.BgClassName
{
background-color: #DD071F;
}
</style>
border-color css
<style>
span { border-color: #DD071F; }
span { border-color: rgb(221,7,31); }
td.TdClassName
{
border-color: #DD071F;
}
.TagClassName
{
border-color: #DD071F;
}
</style>