Shades of Fire Engine Red #DF191C
Tints of Fire Engine Red #DF191C
RGB
CMYK
RGB Variations
Color information
#DF191C (or 0xDF191C) is known color: Fire Engine Red. HEX triplet: DF, 19 and 1C. RGB value is (223,25,28). Sum of RGB (Red+Green+Blue) = 223+25+28=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF191C is #20E6E3. Grayscale: #545454. Windows color (decimal): -2156260 or 1841631. OLE color: 1841631.
HSL color Cylindrical-coordinate representation of color #DF191C: hue angle of 359.09º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF191C is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 28 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.13 |
| HSL | 359.09º | 0.8% | 0.49% | - |
| HSV(B) | 359.09º | 0.89% | 0.87% | - |
| XYZ | 30.99 | 16.47 | 2.64 | - |
| YUV | 84.54 | 96.1 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 28 | 0 | 0.89 | 0.87 | 0.13 | 359.09 | 0.8 | 0.49 |
| Hex | DF | 19 | 1C | 0 | 59 | 57 | D | 167 | 50 | 31 |
| Octal | 337 | 31 | 34 | 0 | 131 | 127 | 15 | 547 | 120 | 61 |
| Binary | 11011111 | 11001 | 11100 | 0 | 1011001 | 1010111 | 1101 | 101100111 | 1010000 | 110001 |
Color Harmonies of #DF191C
Complementary color
Monochromatic Colors of #DF191C
Black with #DF191C
Text Example
Text Example
White with #DF191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF191C; }
p { color: rgb(223,25,28); }
H1.HeaderClassName
{
color: #DF191C;
}
.AnyTagClassName
{
color: #DF191C;
}
</style>
background-color css
<style>
a { background-color: #DF191C; }
a { background-color: rgb(223,25,28); }
div.DivClassName
{
background-color: #DF191C;
}
.BgClassName
{
background-color: #DF191C;
}
</style>
border-color css
<style>
span { border-color: #DF191C; }
span { border-color: rgb(223,25,28); }
td.TdClassName
{
border-color: #DF191C;
}
.TagClassName
{
border-color: #DF191C;
}
</style>