Shades of Fire Engine Red #DF141C
Tints of Fire Engine Red #DF141C
RGB
CMYK
RGB Variations
Color information
#DF141C (or 0xDF141C) is known color: Fire Engine Red. HEX triplet: DF, 14 and 1C. RGB value is (223,20,28). Sum of RGB (Red+Green+Blue) = 223+20+28=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF141C is #20EBE3. Grayscale: #515151. Windows color (decimal): -2157540 or 1840351. OLE color: 1840351.
HSL color Cylindrical-coordinate representation of color #DF141C: hue angle of 357.64º 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 #DF141C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 28 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.13 |
| HSL | 357.64º | 0.84% | 0.48% | - |
| HSV(B) | 357.64º | 0.91% | 0.87% | - |
| XYZ | 30.89 | 16.27 | 2.61 | - |
| YUV | 81.61 | 97.75 | 228.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 28 | 0 | 0.91 | 0.87 | 0.13 | 357.64 | 0.84 | 0.48 |
| Hex | DF | 14 | 1C | 0 | 5B | 57 | D | 166 | 54 | 30 |
| Octal | 337 | 24 | 34 | 0 | 133 | 127 | 15 | 546 | 124 | 60 |
| Binary | 11011111 | 10100 | 11100 | 0 | 1011011 | 1010111 | 1101 | 101100110 | 1010100 | 110000 |
Color Harmonies of #DF141C
Complementary color
Monochromatic Colors of #DF141C
Black with #DF141C
Text Example
Text Example
White with #DF141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF141C; }
p { color: rgb(223,20,28); }
H1.HeaderClassName
{
color: #DF141C;
}
.AnyTagClassName
{
color: #DF141C;
}
</style>
background-color css
<style>
a { background-color: #DF141C; }
a { background-color: rgb(223,20,28); }
div.DivClassName
{
background-color: #DF141C;
}
.BgClassName
{
background-color: #DF141C;
}
</style>
border-color css
<style>
span { border-color: #DF141C; }
span { border-color: rgb(223,20,28); }
td.TdClassName
{
border-color: #DF141C;
}
.TagClassName
{
border-color: #DF141C;
}
</style>