Shades of Fire Engine Red #DF191A
Tints of Fire Engine Red #DF191A
RGB
CMYK
RGB Variations
Color information
#DF191A (or 0xDF191A) is known color: Fire Engine Red. HEX triplet: DF, 19 and 1A. RGB value is (223,25,26). Sum of RGB (Red+Green+Blue) = 223+25+26=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF191A is #20E6E5. Grayscale: #545454. Windows color (decimal): -2156262 or 1710559. OLE color: 1710559.
HSL color Cylindrical-coordinate representation of color #DF191A: hue angle of 359.7º 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 #DF191A is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 26 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.13 |
| HSL | 359.7º | 0.8% | 0.49% | - |
| HSV(B) | 359.7º | 0.89% | 0.87% | - |
| XYZ | 30.97 | 16.46 | 2.52 | - |
| YUV | 84.32 | 95.1 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 26 | 0 | 0.89 | 0.88 | 0.13 | 359.7 | 0.8 | 0.49 |
| Hex | DF | 19 | 1A | 0 | 59 | 58 | D | 168 | 50 | 31 |
| Octal | 337 | 31 | 32 | 0 | 131 | 130 | 15 | 550 | 120 | 61 |
| Binary | 11011111 | 11001 | 11010 | 0 | 1011001 | 1011000 | 1101 | 101101000 | 1010000 | 110001 |
Color Harmonies of #DF191A
Complementary color
Monochromatic Colors of #DF191A
Black with #DF191A
Text Example
Text Example
White with #DF191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF191A; }
p { color: rgb(223,25,26); }
H1.HeaderClassName
{
color: #DF191A;
}
.AnyTagClassName
{
color: #DF191A;
}
</style>
background-color css
<style>
a { background-color: #DF191A; }
a { background-color: rgb(223,25,26); }
div.DivClassName
{
background-color: #DF191A;
}
.BgClassName
{
background-color: #DF191A;
}
</style>
border-color css
<style>
span { border-color: #DF191A; }
span { border-color: rgb(223,25,26); }
td.TdClassName
{
border-color: #DF191A;
}
.TagClassName
{
border-color: #DF191A;
}
</style>