Shades of Fire Engine Red #DD081F
Tints of Fire Engine Red #DD081F
RGB
CMYK
RGB Variations
Color information
#DD081F (or 0xDD081F) is known color: Fire Engine Red. HEX triplet: DD, 08 and 1F. RGB value is (221,8,31). Sum of RGB (Red+Green+Blue) = 221+8+31=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD081F is #22F7E0. Grayscale: #4A4A4A. Windows color (decimal): -2291681 or 2033885. OLE color: 2033885.
HSL color Cylindrical-coordinate representation of color #DD081F: hue angle of 353.52º 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 #DD081F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 31 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.13 |
| HSL | 353.52º | 0.93% | 0.45% | - |
| HSV(B) | 353.52º | 0.96% | 0.87% | - |
| XYZ | 30.15 | 15.64 | 2.73 | - |
| YUV | 74.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 31 | 0 | 0.96 | 0.86 | 0.13 | 353.52 | 0.93 | 0.45 |
| Hex | DD | 8 | 1F | 0 | 60 | 56 | D | 162 | 5D | 2D |
| Octal | 335 | 10 | 37 | 0 | 140 | 126 | 15 | 542 | 135 | 55 |
| Binary | 11011101 | 1000 | 11111 | 0 | 1100000 | 1010110 | 1101 | 101100010 | 1011101 | 101101 |
Color Harmonies of #DD081F
Complementary color
Monochromatic Colors of #DD081F
Black with #DD081F
Text Example
Text Example
White with #DD081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD081F; }
p { color: rgb(221,8,31); }
H1.HeaderClassName
{
color: #DD081F;
}
.AnyTagClassName
{
color: #DD081F;
}
</style>
background-color css
<style>
a { background-color: #DD081F; }
a { background-color: rgb(221,8,31); }
div.DivClassName
{
background-color: #DD081F;
}
.BgClassName
{
background-color: #DD081F;
}
</style>
border-color css
<style>
span { border-color: #DD081F; }
span { border-color: rgb(221,8,31); }
td.TdClassName
{
border-color: #DD081F;
}
.TagClassName
{
border-color: #DD081F;
}
</style>