Shades of Fire Engine Red #DF1314
Tints of Fire Engine Red #DF1314
RGB
CMYK
RGB Variations
Color information
#DF1314 (or 0xDF1314) is known color: Fire Engine Red. HEX triplet: DF, 13 and 14. RGB value is (223,19,20). Sum of RGB (Red+Green+Blue) = 223+19+20=262 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.11% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1314 is #20ECEB. Grayscale: #505050. Windows color (decimal): -2157804 or 1315807. OLE color: 1315807.
HSL color Cylindrical-coordinate representation of color #DF1314: hue angle of 359.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1314 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 20 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.13 |
| HSL | 359.71º | 0.84% | 0.47% | - |
| HSV(B) | 359.71º | 0.91% | 0.87% | - |
| XYZ | 30.79 | 16.2 | 2.17 | - |
| YUV | 80.11 | 94.09 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 20 | 0 | 0.91 | 0.91 | 0.13 | 359.71 | 0.84 | 0.47 |
| Hex | DF | 13 | 14 | 0 | 5B | 5B | D | 168 | 54 | 2F |
| Octal | 337 | 23 | 24 | 0 | 133 | 133 | 15 | 550 | 124 | 57 |
| Binary | 11011111 | 10011 | 10100 | 0 | 1011011 | 1011011 | 1101 | 101101000 | 1010100 | 101111 |
Color Harmonies of #DF1314
Complementary color
Monochromatic Colors of #DF1314
Black with #DF1314
Text Example
Text Example
White with #DF1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1314; }
p { color: rgb(223,19,20); }
H1.HeaderClassName
{
color: #DF1314;
}
.AnyTagClassName
{
color: #DF1314;
}
</style>
background-color css
<style>
a { background-color: #DF1314; }
a { background-color: rgb(223,19,20); }
div.DivClassName
{
background-color: #DF1314;
}
.BgClassName
{
background-color: #DF1314;
}
</style>
border-color css
<style>
span { border-color: #DF1314; }
span { border-color: rgb(223,19,20); }
td.TdClassName
{
border-color: #DF1314;
}
.TagClassName
{
border-color: #DF1314;
}
</style>