Shades of Fire Engine Red #DD071D
Tints of Fire Engine Red #DD071D
RGB
CMYK
RGB Variations
Color information
#DD071D (or 0xDD071D) is known color: Fire Engine Red. HEX triplet: DD, 07 and 1D. RGB value is (221,7,29). Sum of RGB (Red+Green+Blue) = 221+7+29=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD071D is #22F8E2. Grayscale: #494949. Windows color (decimal): -2291939 or 1902557. OLE color: 1902557.
HSL color Cylindrical-coordinate representation of color #DD071D: hue angle of 353.83º 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 #DD071D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.13 |
| HSL | 353.83º | 0.94% | 0.45% | - |
| HSV(B) | 353.83º | 0.97% | 0.87% | - |
| XYZ | 30.12 | 15.61 | 2.59 | - |
| YUV | 73.49 | 102.9 | 233.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 29 | 0 | 0.97 | 0.87 | 0.13 | 353.83 | 0.94 | 0.45 |
| Hex | DD | 7 | 1D | 0 | 61 | 57 | D | 162 | 5E | 2D |
| Octal | 335 | 7 | 35 | 0 | 141 | 127 | 15 | 542 | 136 | 55 |
| Binary | 11011101 | 111 | 11101 | 0 | 1100001 | 1010111 | 1101 | 101100010 | 1011110 | 101101 |
Color Harmonies of #DD071D
Complementary color
Monochromatic Colors of #DD071D
Black with #DD071D
Text Example
Text Example
White with #DD071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD071D; }
p { color: rgb(221,7,29); }
H1.HeaderClassName
{
color: #DD071D;
}
.AnyTagClassName
{
color: #DD071D;
}
</style>
background-color css
<style>
a { background-color: #DD071D; }
a { background-color: rgb(221,7,29); }
div.DivClassName
{
background-color: #DD071D;
}
.BgClassName
{
background-color: #DD071D;
}
</style>
border-color css
<style>
span { border-color: #DD071D; }
span { border-color: rgb(221,7,29); }
td.TdClassName
{
border-color: #DD071D;
}
.TagClassName
{
border-color: #DD071D;
}
</style>