Shades of Fire Engine Red #DD061E
Tints of Fire Engine Red #DD061E
RGB
CMYK
RGB Variations
Color information
#DD061E (or 0xDD061E) is known color: Fire Engine Red. HEX triplet: DD, 06 and 1E. RGB value is (221,6,30). Sum of RGB (Red+Green+Blue) = 221+6+30=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD061E is #22F9E1. Grayscale: #494949. Windows color (decimal): -2292194 or 1967837. OLE color: 1967837.
HSL color Cylindrical-coordinate representation of color #DD061E: hue angle of 353.3º 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 #DD061E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.13 |
| HSL | 353.3º | 0.95% | 0.45% | - |
| HSV(B) | 353.3º | 0.97% | 0.87% | - |
| XYZ | 30.12 | 15.6 | 2.65 | - |
| YUV | 73.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 30 | 0 | 0.97 | 0.86 | 0.13 | 353.3 | 0.95 | 0.45 |
| Hex | DD | 6 | 1E | 0 | 61 | 56 | D | 161 | 5F | 2D |
| Octal | 335 | 6 | 36 | 0 | 141 | 126 | 15 | 541 | 137 | 55 |
| Binary | 11011101 | 110 | 11110 | 0 | 1100001 | 1010110 | 1101 | 101100001 | 1011111 | 101101 |
Color Harmonies of #DD061E
Complementary color
Monochromatic Colors of #DD061E
Black with #DD061E
Text Example
Text Example
White with #DD061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD061E; }
p { color: rgb(221,6,30); }
H1.HeaderClassName
{
color: #DD061E;
}
.AnyTagClassName
{
color: #DD061E;
}
</style>
background-color css
<style>
a { background-color: #DD061E; }
a { background-color: rgb(221,6,30); }
div.DivClassName
{
background-color: #DD061E;
}
.BgClassName
{
background-color: #DD061E;
}
</style>
border-color css
<style>
span { border-color: #DD061E; }
span { border-color: rgb(221,6,30); }
td.TdClassName
{
border-color: #DD061E;
}
.TagClassName
{
border-color: #DD061E;
}
</style>