Shades of Fire Engine Red #DF141A
Tints of Fire Engine Red #DF141A
RGB
CMYK
RGB Variations
Color information
#DF141A (or 0xDF141A) is known color: Fire Engine Red. HEX triplet: DF, 14 and 1A. RGB value is (223,20,26). Sum of RGB (Red+Green+Blue) = 223+20+26=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF141A is #20EBE5. Grayscale: #515151. Windows color (decimal): -2157542 or 1709279. OLE color: 1709279.
HSL color Cylindrical-coordinate representation of color #DF141A: hue angle of 358.23º 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 #DF141A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 26 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.13 |
| HSL | 358.23º | 0.84% | 0.48% | - |
| HSV(B) | 358.23º | 0.91% | 0.87% | - |
| XYZ | 30.87 | 16.26 | 2.49 | - |
| YUV | 81.38 | 96.75 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 26 | 0 | 0.91 | 0.88 | 0.13 | 358.23 | 0.84 | 0.48 |
| Hex | DF | 14 | 1A | 0 | 5B | 58 | D | 166 | 54 | 30 |
| Octal | 337 | 24 | 32 | 0 | 133 | 130 | 15 | 546 | 124 | 60 |
| Binary | 11011111 | 10100 | 11010 | 0 | 1011011 | 1011000 | 1101 | 101100110 | 1010100 | 110000 |
Color Harmonies of #DF141A
Complementary color
Monochromatic Colors of #DF141A
Black with #DF141A
Text Example
Text Example
White with #DF141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF141A; }
p { color: rgb(223,20,26); }
H1.HeaderClassName
{
color: #DF141A;
}
.AnyTagClassName
{
color: #DF141A;
}
</style>
background-color css
<style>
a { background-color: #DF141A; }
a { background-color: rgb(223,20,26); }
div.DivClassName
{
background-color: #DF141A;
}
.BgClassName
{
background-color: #DF141A;
}
</style>
border-color css
<style>
span { border-color: #DF141A; }
span { border-color: rgb(223,20,26); }
td.TdClassName
{
border-color: #DF141A;
}
.TagClassName
{
border-color: #DF141A;
}
</style>