Shades of Fire Engine Red #DF191B
Tints of Fire Engine Red #DF191B
RGB
CMYK
RGB Variations
Color information
#DF191B (or 0xDF191B) is known color: Fire Engine Red. HEX triplet: DF, 19 and 1B. RGB value is (223,25,27). Sum of RGB (Red+Green+Blue) = 223+25+27=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF191B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF191B is #20E6E4. Grayscale: #545454. Windows color (decimal): -2156261 or 1776095. OLE color: 1776095.
HSL color Cylindrical-coordinate representation of color #DF191B: hue angle of 359.39º 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 #DF191B is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 27 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.13 |
| HSL | 359.39º | 0.8% | 0.49% | - |
| HSV(B) | 359.39º | 0.89% | 0.87% | - |
| XYZ | 30.98 | 16.46 | 2.58 | - |
| YUV | 84.43 | 95.6 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 27 | 0 | 0.89 | 0.88 | 0.13 | 359.39 | 0.8 | 0.49 |
| Hex | DF | 19 | 1B | 0 | 59 | 58 | D | 167 | 50 | 31 |
| Octal | 337 | 31 | 33 | 0 | 131 | 130 | 15 | 547 | 120 | 61 |
| Binary | 11011111 | 11001 | 11011 | 0 | 1011001 | 1011000 | 1101 | 101100111 | 1010000 | 110001 |
Color Harmonies of #DF191B
Complementary color
Monochromatic Colors of #DF191B
Black with #DF191B
Text Example
Text Example
White with #DF191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF191B; }
p { color: rgb(223,25,27); }
H1.HeaderClassName
{
color: #DF191B;
}
.AnyTagClassName
{
color: #DF191B;
}
</style>
background-color css
<style>
a { background-color: #DF191B; }
a { background-color: rgb(223,25,27); }
div.DivClassName
{
background-color: #DF191B;
}
.BgClassName
{
background-color: #DF191B;
}
</style>
border-color css
<style>
span { border-color: #DF191B; }
span { border-color: rgb(223,25,27); }
td.TdClassName
{
border-color: #DF191B;
}
.TagClassName
{
border-color: #DF191B;
}
</style>