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