Shades of Fire Engine Red #DD181C
Tints of Fire Engine Red #DD181C
RGB
CMYK
RGB Variations
Color information
#DD181C (or 0xDD181C) is known color: Fire Engine Red. HEX triplet: DD, 18 and 1C. RGB value is (221,24,28). Sum of RGB (Red+Green+Blue) = 221+24+28=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD181C is #22E7E3. Grayscale: #535353. Windows color (decimal): -2287588 or 1841373. OLE color: 1841373.
HSL color Cylindrical-coordinate representation of color #DD181C: hue angle of 358.78º 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 #DD181C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.13 |
| HSL | 358.78º | 0.8% | 0.48% | - |
| HSV(B) | 358.78º | 0.89% | 0.87% | - |
| XYZ | 30.36 | 16.11 | 2.61 | - |
| YUV | 83.36 | 96.77 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 28 | 0 | 0.89 | 0.87 | 0.13 | 358.78 | 0.8 | 0.48 |
| Hex | DD | 18 | 1C | 0 | 59 | 57 | D | 167 | 50 | 30 |
| Octal | 335 | 30 | 34 | 0 | 131 | 127 | 15 | 547 | 120 | 60 |
| Binary | 11011101 | 11000 | 11100 | 0 | 1011001 | 1010111 | 1101 | 101100111 | 1010000 | 110000 |
Color Harmonies of #DD181C
Complementary color
Monochromatic Colors of #DD181C
Black with #DD181C
Text Example
Text Example
White with #DD181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD181C; }
p { color: rgb(221,24,28); }
H1.HeaderClassName
{
color: #DD181C;
}
.AnyTagClassName
{
color: #DD181C;
}
</style>
background-color css
<style>
a { background-color: #DD181C; }
a { background-color: rgb(221,24,28); }
div.DivClassName
{
background-color: #DD181C;
}
.BgClassName
{
background-color: #DD181C;
}
</style>
border-color css
<style>
span { border-color: #DD181C; }
span { border-color: rgb(221,24,28); }
td.TdClassName
{
border-color: #DD181C;
}
.TagClassName
{
border-color: #DD181C;
}
</style>