Shades of Fire Engine Red #DD181F
Tints of Fire Engine Red #DD181F
RGB
CMYK
RGB Variations
Color information
#DD181F (or 0xDD181F) is known color: Fire Engine Red. HEX triplet: DD, 18 and 1F. RGB value is (221,24,31). Sum of RGB (Red+Green+Blue) = 221+24+31=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD181F is #22E7E0. Grayscale: #535353. Windows color (decimal): -2287585 or 2037981. OLE color: 2037981.
HSL color Cylindrical-coordinate representation of color #DD181F: hue angle of 357.87º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD181F is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 31 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.13 |
| HSL | 357.87º | 0.8% | 0.48% | - |
| HSV(B) | 357.87º | 0.89% | 0.87% | - |
| XYZ | 30.39 | 16.12 | 2.81 | - |
| YUV | 83.7 | 98.27 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 31 | 0 | 0.89 | 0.86 | 0.13 | 357.87 | 0.8 | 0.48 |
| Hex | DD | 18 | 1F | 0 | 59 | 56 | D | 166 | 50 | 30 |
| Octal | 335 | 30 | 37 | 0 | 131 | 126 | 15 | 546 | 120 | 60 |
| Binary | 11011101 | 11000 | 11111 | 0 | 1011001 | 1010110 | 1101 | 101100110 | 1010000 | 110000 |
Color Harmonies of #DD181F
Complementary color
Monochromatic Colors of #DD181F
Black with #DD181F
Text Example
Text Example
White with #DD181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD181F; }
p { color: rgb(221,24,31); }
H1.HeaderClassName
{
color: #DD181F;
}
.AnyTagClassName
{
color: #DD181F;
}
</style>
background-color css
<style>
a { background-color: #DD181F; }
a { background-color: rgb(221,24,31); }
div.DivClassName
{
background-color: #DD181F;
}
.BgClassName
{
background-color: #DD181F;
}
</style>
border-color css
<style>
span { border-color: #DD181F; }
span { border-color: rgb(221,24,31); }
td.TdClassName
{
border-color: #DD181F;
}
.TagClassName
{
border-color: #DD181F;
}
</style>