Shades of Fire Engine Red #DF121E
Tints of Fire Engine Red #DF121E
RGB
CMYK
RGB Variations
Color information
#DF121E (or 0xDF121E) is known color: Fire Engine Red. HEX triplet: DF, 12 and 1E. RGB value is (223,18,30). Sum of RGB (Red+Green+Blue) = 223+18+30=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF121E is #20EDE1. Grayscale: #505050. Windows color (decimal): -2158050 or 1970911. OLE color: 1970911.
HSL color Cylindrical-coordinate representation of color #DF121E: hue angle of 356.49º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF121E is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 30 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.13 |
| HSL | 356.49º | 0.85% | 0.47% | - |
| HSV(B) | 356.49º | 0.92% | 0.87% | - |
| XYZ | 30.88 | 16.21 | 2.73 | - |
| YUV | 80.66 | 99.42 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 30 | 0 | 0.92 | 0.87 | 0.13 | 356.49 | 0.85 | 0.47 |
| Hex | DF | 12 | 1E | 0 | 5C | 57 | D | 164 | 55 | 2F |
| Octal | 337 | 22 | 36 | 0 | 134 | 127 | 15 | 544 | 125 | 57 |
| Binary | 11011111 | 10010 | 11110 | 0 | 1011100 | 1010111 | 1101 | 101100100 | 1010101 | 101111 |
Color Harmonies of #DF121E
Complementary color
Monochromatic Colors of #DF121E
Black with #DF121E
Text Example
Text Example
White with #DF121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF121E; }
p { color: rgb(223,18,30); }
H1.HeaderClassName
{
color: #DF121E;
}
.AnyTagClassName
{
color: #DF121E;
}
</style>
background-color css
<style>
a { background-color: #DF121E; }
a { background-color: rgb(223,18,30); }
div.DivClassName
{
background-color: #DF121E;
}
.BgClassName
{
background-color: #DF121E;
}
</style>
border-color css
<style>
span { border-color: #DF121E; }
span { border-color: rgb(223,18,30); }
td.TdClassName
{
border-color: #DF121E;
}
.TagClassName
{
border-color: #DF121E;
}
</style>