Shades of Fire Engine Red #DF1B1D
Tints of Fire Engine Red #DF1B1D
RGB
CMYK
RGB Variations
Color information
#DF1B1D (or 0xDF1B1D) is known color: Fire Engine Red. HEX triplet: DF, 1B and 1D. RGB value is (223,27,29). Sum of RGB (Red+Green+Blue) = 223+27+29=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B1D is #20E4E2. Grayscale: #565656. Windows color (decimal): -2155747 or 1907679. OLE color: 1907679.
HSL color Cylindrical-coordinate representation of color #DF1B1D: hue angle of 359.39º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B1D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 29 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.13 |
| HSL | 359.39º | 0.78% | 0.49% | - |
| HSV(B) | 359.39º | 0.88% | 0.87% | - |
| XYZ | 31.05 | 16.56 | 2.72 | - |
| YUV | 85.83 | 95.93 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 29 | 0 | 0.88 | 0.87 | 0.13 | 359.39 | 0.78 | 0.49 |
| Hex | DF | 1B | 1D | 0 | 58 | 57 | D | 167 | 4E | 31 |
| Octal | 337 | 33 | 35 | 0 | 130 | 127 | 15 | 547 | 116 | 61 |
| Binary | 11011111 | 11011 | 11101 | 0 | 1011000 | 1010111 | 1101 | 101100111 | 1001110 | 110001 |
Color Harmonies of #DF1B1D
Complementary color
Monochromatic Colors of #DF1B1D
Black with #DF1B1D
Text Example
Text Example
White with #DF1B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1B1D; }
p { color: rgb(223,27,29); }
H1.HeaderClassName
{
color: #DF1B1D;
}
.AnyTagClassName
{
color: #DF1B1D;
}
</style>
background-color css
<style>
a { background-color: #DF1B1D; }
a { background-color: rgb(223,27,29); }
div.DivClassName
{
background-color: #DF1B1D;
}
.BgClassName
{
background-color: #DF1B1D;
}
</style>
border-color css
<style>
span { border-color: #DF1B1D; }
span { border-color: rgb(223,27,29); }
td.TdClassName
{
border-color: #DF1B1D;
}
.TagClassName
{
border-color: #DF1B1D;
}
</style>