Shades of Fire Engine Red #DF151F
Tints of Fire Engine Red #DF151F
RGB
CMYK
RGB Variations
Color information
#DF151F (or 0xDF151F) is known color: Fire Engine Red. HEX triplet: DF, 15 and 1F. RGB value is (223,21,31). Sum of RGB (Red+Green+Blue) = 223+21+31=275 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.09% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 223 - color contains mainly: red. Hex color #DF151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF151F is #20EAE0. Grayscale: #525252. Windows color (decimal): -2157281 or 2037215. OLE color: 2037215.
HSL color Cylindrical-coordinate representation of color #DF151F: hue angle of 357.03º degrees, saturation: 0.83, 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 #DF151F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 21 | 31 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.13 |
| HSL | 357.03º | 0.83% | 0.48% | - |
| HSV(B) | 357.03º | 0.91% | 0.87% | - |
| XYZ | 30.95 | 16.32 | 2.82 | - |
| YUV | 82.54 | 98.92 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 21 | 31 | 0 | 0.91 | 0.86 | 0.13 | 357.03 | 0.83 | 0.48 |
| Hex | DF | 15 | 1F | 0 | 5B | 56 | D | 165 | 53 | 30 |
| Octal | 337 | 25 | 37 | 0 | 133 | 126 | 15 | 545 | 123 | 60 |
| Binary | 11011111 | 10101 | 11111 | 0 | 1011011 | 1010110 | 1101 | 101100101 | 1010011 | 110000 |
Color Harmonies of #DF151F
Complementary color
Monochromatic Colors of #DF151F
Black with #DF151F
Text Example
Text Example
White with #DF151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF151F; }
p { color: rgb(223,21,31); }
H1.HeaderClassName
{
color: #DF151F;
}
.AnyTagClassName
{
color: #DF151F;
}
</style>
background-color css
<style>
a { background-color: #DF151F; }
a { background-color: rgb(223,21,31); }
div.DivClassName
{
background-color: #DF151F;
}
.BgClassName
{
background-color: #DF151F;
}
</style>
border-color css
<style>
span { border-color: #DF151F; }
span { border-color: rgb(223,21,31); }
td.TdClassName
{
border-color: #DF151F;
}
.TagClassName
{
border-color: #DF151F;
}
</style>