Shades of Fire Engine Red #DF181D
Tints of Fire Engine Red #DF181D
RGB
CMYK
RGB Variations
Color information
#DF181D (or 0xDF181D) is known color: Fire Engine Red. HEX triplet: DF, 18 and 1D. RGB value is (223,24,29). Sum of RGB (Red+Green+Blue) = 223+24+29=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF181D is #20E7E2. Grayscale: #545454. Windows color (decimal): -2156515 or 1906911. OLE color: 1906911.
HSL color Cylindrical-coordinate representation of color #DF181D: hue angle of 358.49º 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 #DF181D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 29 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.13 |
| HSL | 358.49º | 0.81% | 0.48% | - |
| HSV(B) | 358.49º | 0.89% | 0.87% | - |
| XYZ | 30.98 | 16.43 | 2.7 | - |
| YUV | 84.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 29 | 0 | 0.89 | 0.87 | 0.13 | 358.49 | 0.81 | 0.48 |
| Hex | DF | 18 | 1D | 0 | 59 | 57 | D | 166 | 51 | 30 |
| Octal | 337 | 30 | 35 | 0 | 131 | 127 | 15 | 546 | 121 | 60 |
| Binary | 11011111 | 11000 | 11101 | 0 | 1011001 | 1010111 | 1101 | 101100110 | 1010001 | 110000 |
Color Harmonies of #DF181D
Complementary color
Monochromatic Colors of #DF181D
Black with #DF181D
Text Example
Text Example
White with #DF181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF181D; }
p { color: rgb(223,24,29); }
H1.HeaderClassName
{
color: #DF181D;
}
.AnyTagClassName
{
color: #DF181D;
}
</style>
background-color css
<style>
a { background-color: #DF181D; }
a { background-color: rgb(223,24,29); }
div.DivClassName
{
background-color: #DF181D;
}
.BgClassName
{
background-color: #DF181D;
}
</style>
border-color css
<style>
span { border-color: #DF181D; }
span { border-color: rgb(223,24,29); }
td.TdClassName
{
border-color: #DF181D;
}
.TagClassName
{
border-color: #DF181D;
}
</style>