Shades of Fire Engine Red #DF131B
Tints of Fire Engine Red #DF131B
RGB
CMYK
RGB Variations
Color information
#DF131B (or 0xDF131B) is known color: Fire Engine Red. HEX triplet: DF, 13 and 1B. RGB value is (223,19,27). Sum of RGB (Red+Green+Blue) = 223+19+27=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF131B is #20ECE4. Grayscale: #515151. Windows color (decimal): -2157797 or 1774559. OLE color: 1774559.
HSL color Cylindrical-coordinate representation of color #DF131B: hue angle of 357.65º 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 #DF131B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 27 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.13 |
| HSL | 357.65º | 0.84% | 0.47% | - |
| HSV(B) | 357.65º | 0.91% | 0.87% | - |
| XYZ | 30.86 | 16.23 | 2.54 | - |
| YUV | 80.91 | 97.59 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 27 | 0 | 0.91 | 0.88 | 0.13 | 357.65 | 0.84 | 0.47 |
| Hex | DF | 13 | 1B | 0 | 5B | 58 | D | 166 | 54 | 2F |
| Octal | 337 | 23 | 33 | 0 | 133 | 130 | 15 | 546 | 124 | 57 |
| Binary | 11011111 | 10011 | 11011 | 0 | 1011011 | 1011000 | 1101 | 101100110 | 1010100 | 101111 |
Color Harmonies of #DF131B
Complementary color
Monochromatic Colors of #DF131B
Black with #DF131B
Text Example
Text Example
White with #DF131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF131B; }
p { color: rgb(223,19,27); }
H1.HeaderClassName
{
color: #DF131B;
}
.AnyTagClassName
{
color: #DF131B;
}
</style>
background-color css
<style>
a { background-color: #DF131B; }
a { background-color: rgb(223,19,27); }
div.DivClassName
{
background-color: #DF131B;
}
.BgClassName
{
background-color: #DF131B;
}
</style>
border-color css
<style>
span { border-color: #DF131B; }
span { border-color: rgb(223,19,27); }
td.TdClassName
{
border-color: #DF131B;
}
.TagClassName
{
border-color: #DF131B;
}
</style>