Shades of Fire Engine Red #DF131D
Tints of Fire Engine Red #DF131D
RGB
CMYK
RGB Variations
Color information
#DF131D (or 0xDF131D) is known color: Fire Engine Red. HEX triplet: DF, 13 and 1D. RGB value is (223,19,29). Sum of RGB (Red+Green+Blue) = 223+19+29=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF131D is #20ECE2. Grayscale: #515151. Windows color (decimal): -2157795 or 1905631. OLE color: 1905631.
HSL color Cylindrical-coordinate representation of color #DF131D: hue angle of 357.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF131D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.13 |
| HSL | 357.06º | 0.84% | 0.47% | - |
| HSV(B) | 357.06º | 0.91% | 0.87% | - |
| XYZ | 30.89 | 16.24 | 2.67 | - |
| YUV | 81.14 | 98.59 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 29 | 0 | 0.91 | 0.87 | 0.13 | 357.06 | 0.84 | 0.47 |
| Hex | DF | 13 | 1D | 0 | 5B | 57 | D | 165 | 54 | 2F |
| Octal | 337 | 23 | 35 | 0 | 133 | 127 | 15 | 545 | 124 | 57 |
| Binary | 11011111 | 10011 | 11101 | 0 | 1011011 | 1010111 | 1101 | 101100101 | 1010100 | 101111 |
Color Harmonies of #DF131D
Complementary color
Monochromatic Colors of #DF131D
Black with #DF131D
Text Example
Text Example
White with #DF131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF131D; }
p { color: rgb(223,19,29); }
H1.HeaderClassName
{
color: #DF131D;
}
.AnyTagClassName
{
color: #DF131D;
}
</style>
background-color css
<style>
a { background-color: #DF131D; }
a { background-color: rgb(223,19,29); }
div.DivClassName
{
background-color: #DF131D;
}
.BgClassName
{
background-color: #DF131D;
}
</style>
border-color css
<style>
span { border-color: #DF131D; }
span { border-color: rgb(223,19,29); }
td.TdClassName
{
border-color: #DF131D;
}
.TagClassName
{
border-color: #DF131D;
}
</style>