Shades of Fire Engine Red #DD061D
Tints of Fire Engine Red #DD061D
RGB
CMYK
RGB Variations
Color information
#DD061D (or 0xDD061D) is known color: Fire Engine Red. HEX triplet: DD, 06 and 1D. RGB value is (221,6,29). Sum of RGB (Red+Green+Blue) = 221+6+29=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD061D is #22F9E2. Grayscale: #494949. Windows color (decimal): -2292195 or 1902301. OLE color: 1902301.
HSL color Cylindrical-coordinate representation of color #DD061D: hue angle of 353.58º degrees, saturation: 0.95, 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 #DD061D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.13 |
| HSL | 353.58º | 0.95% | 0.45% | - |
| HSV(B) | 353.58º | 0.97% | 0.87% | - |
| XYZ | 30.11 | 15.59 | 2.59 | - |
| YUV | 72.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 29 | 0 | 0.97 | 0.87 | 0.13 | 353.58 | 0.95 | 0.45 |
| Hex | DD | 6 | 1D | 0 | 61 | 57 | D | 162 | 5F | 2D |
| Octal | 335 | 6 | 35 | 0 | 141 | 127 | 15 | 542 | 137 | 55 |
| Binary | 11011101 | 110 | 11101 | 0 | 1100001 | 1010111 | 1101 | 101100010 | 1011111 | 101101 |
Color Harmonies of #DD061D
Complementary color
Monochromatic Colors of #DD061D
Black with #DD061D
Text Example
Text Example
White with #DD061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD061D; }
p { color: rgb(221,6,29); }
H1.HeaderClassName
{
color: #DD061D;
}
.AnyTagClassName
{
color: #DD061D;
}
</style>
background-color css
<style>
a { background-color: #DD061D; }
a { background-color: rgb(221,6,29); }
div.DivClassName
{
background-color: #DD061D;
}
.BgClassName
{
background-color: #DD061D;
}
</style>
border-color css
<style>
span { border-color: #DD061D; }
span { border-color: rgb(221,6,29); }
td.TdClassName
{
border-color: #DD061D;
}
.TagClassName
{
border-color: #DD061D;
}
</style>