Shades of Fire Engine Red #DD081C
Tints of Fire Engine Red #DD081C
RGB
CMYK
RGB Variations
Color information
#DD081C (or 0xDD081C) is known color: Fire Engine Red. HEX triplet: DD, 08 and 1C. RGB value is (221,8,28). Sum of RGB (Red+Green+Blue) = 221+8+28=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD081C is #22F7E3. Grayscale: #4A4A4A. Windows color (decimal): -2291684 or 1837277. OLE color: 1837277.
HSL color Cylindrical-coordinate representation of color #DD081C: hue angle of 354.37º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD081C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 28 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.13 |
| HSL | 354.37º | 0.93% | 0.45% | - |
| HSV(B) | 354.37º | 0.96% | 0.87% | - |
| XYZ | 30.12 | 15.63 | 2.53 | - |
| YUV | 73.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 28 | 0 | 0.96 | 0.87 | 0.13 | 354.37 | 0.93 | 0.45 |
| Hex | DD | 8 | 1C | 0 | 60 | 57 | D | 162 | 5D | 2D |
| Octal | 335 | 10 | 34 | 0 | 140 | 127 | 15 | 542 | 135 | 55 |
| Binary | 11011101 | 1000 | 11100 | 0 | 1100000 | 1010111 | 1101 | 101100010 | 1011101 | 101101 |
Color Harmonies of #DD081C
Complementary color
Monochromatic Colors of #DD081C
Black with #DD081C
Text Example
Text Example
White with #DD081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD081C; }
p { color: rgb(221,8,28); }
H1.HeaderClassName
{
color: #DD081C;
}
.AnyTagClassName
{
color: #DD081C;
}
</style>
background-color css
<style>
a { background-color: #DD081C; }
a { background-color: rgb(221,8,28); }
div.DivClassName
{
background-color: #DD081C;
}
.BgClassName
{
background-color: #DD081C;
}
</style>
border-color css
<style>
span { border-color: #DD081C; }
span { border-color: rgb(221,8,28); }
td.TdClassName
{
border-color: #DD081C;
}
.TagClassName
{
border-color: #DD081C;
}
</style>