Shades of Fire Engine Red #DF181C
Tints of Fire Engine Red #DF181C
RGB
CMYK
RGB Variations
Color information
#DF181C (or 0xDF181C) is known color: Fire Engine Red. HEX triplet: DF, 18 and 1C. RGB value is (223,24,28). Sum of RGB (Red+Green+Blue) = 223+24+28=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF181C is #20E7E3. Grayscale: #545454. Windows color (decimal): -2156516 or 1841375. OLE color: 1841375.
HSL color Cylindrical-coordinate representation of color #DF181C: hue angle of 358.79º degrees, saturation: 0.81, 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 #DF181C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.13 |
| HSL | 358.79º | 0.81% | 0.48% | - |
| HSV(B) | 358.79º | 0.89% | 0.87% | - |
| XYZ | 30.97 | 16.43 | 2.64 | - |
| YUV | 83.96 | 96.43 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 28 | 0 | 0.89 | 0.87 | 0.13 | 358.79 | 0.81 | 0.48 |
| Hex | DF | 18 | 1C | 0 | 59 | 57 | D | 167 | 51 | 30 |
| Octal | 337 | 30 | 34 | 0 | 131 | 127 | 15 | 547 | 121 | 60 |
| Binary | 11011111 | 11000 | 11100 | 0 | 1011001 | 1010111 | 1101 | 101100111 | 1010001 | 110000 |
Color Harmonies of #DF181C
Complementary color
Monochromatic Colors of #DF181C
Black with #DF181C
Text Example
Text Example
White with #DF181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF181C; }
p { color: rgb(223,24,28); }
H1.HeaderClassName
{
color: #DF181C;
}
.AnyTagClassName
{
color: #DF181C;
}
</style>
background-color css
<style>
a { background-color: #DF181C; }
a { background-color: rgb(223,24,28); }
div.DivClassName
{
background-color: #DF181C;
}
.BgClassName
{
background-color: #DF181C;
}
</style>
border-color css
<style>
span { border-color: #DF181C; }
span { border-color: rgb(223,24,28); }
td.TdClassName
{
border-color: #DF181C;
}
.TagClassName
{
border-color: #DF181C;
}
</style>