Shades of Fire Engine Red #DF141E
Tints of Fire Engine Red #DF141E
RGB
CMYK
RGB Variations
Color information
#DF141E (or 0xDF141E) is known color: Fire Engine Red. HEX triplet: DF, 14 and 1E. RGB value is (223,20,30). Sum of RGB (Red+Green+Blue) = 223+20+30=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF141E is #20EBE1. Grayscale: #515151. Windows color (decimal): -2157538 or 1971423. OLE color: 1971423.
HSL color Cylindrical-coordinate representation of color #DF141E: hue angle of 357.04º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF141E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 30 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.13 |
| HSL | 357.04º | 0.84% | 0.48% | - |
| HSV(B) | 357.04º | 0.91% | 0.87% | - |
| XYZ | 30.92 | 16.28 | 2.74 | - |
| YUV | 81.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 30 | 0 | 0.91 | 0.87 | 0.13 | 357.04 | 0.84 | 0.48 |
| Hex | DF | 14 | 1E | 0 | 5B | 57 | D | 165 | 54 | 30 |
| Octal | 337 | 24 | 36 | 0 | 133 | 127 | 15 | 545 | 124 | 60 |
| Binary | 11011111 | 10100 | 11110 | 0 | 1011011 | 1010111 | 1101 | 101100101 | 1010100 | 110000 |
Color Harmonies of #DF141E
Complementary color
Monochromatic Colors of #DF141E
Black with #DF141E
Text Example
Text Example
White with #DF141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF141E; }
p { color: rgb(223,20,30); }
H1.HeaderClassName
{
color: #DF141E;
}
.AnyTagClassName
{
color: #DF141E;
}
</style>
background-color css
<style>
a { background-color: #DF141E; }
a { background-color: rgb(223,20,30); }
div.DivClassName
{
background-color: #DF141E;
}
.BgClassName
{
background-color: #DF141E;
}
</style>
border-color css
<style>
span { border-color: #DF141E; }
span { border-color: rgb(223,20,30); }
td.TdClassName
{
border-color: #DF141E;
}
.TagClassName
{
border-color: #DF141E;
}
</style>