Shades of Fire Engine Red #DF091D
Tints of Fire Engine Red #DF091D
RGB
CMYK
RGB Variations
Color information
#DF091D (or 0xDF091D) is known color: Fire Engine Red. HEX triplet: DF, 09 and 1D. RGB value is (223,9,29). Sum of RGB (Red+Green+Blue) = 223+9+29=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF091D is #20F6E2. Grayscale: #4B4B4B. Windows color (decimal): -2160355 or 1903071. OLE color: 1903071.
HSL color Cylindrical-coordinate representation of color #DF091D: hue angle of 354.39º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF091D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.13 |
| HSL | 354.39º | 0.92% | 0.45% | - |
| HSV(B) | 354.39º | 0.96% | 0.87% | - |
| XYZ | 30.75 | 15.97 | 2.62 | - |
| YUV | 75.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 29 | 0 | 0.96 | 0.87 | 0.13 | 354.39 | 0.92 | 0.45 |
| Hex | DF | 9 | 1D | 0 | 60 | 57 | D | 162 | 5C | 2D |
| Octal | 337 | 11 | 35 | 0 | 140 | 127 | 15 | 542 | 134 | 55 |
| Binary | 11011111 | 1001 | 11101 | 0 | 1100000 | 1010111 | 1101 | 101100010 | 1011100 | 101101 |
Color Harmonies of #DF091D
Complementary color
Monochromatic Colors of #DF091D
Black with #DF091D
Text Example
Text Example
White with #DF091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF091D; }
p { color: rgb(223,9,29); }
H1.HeaderClassName
{
color: #DF091D;
}
.AnyTagClassName
{
color: #DF091D;
}
</style>
background-color css
<style>
a { background-color: #DF091D; }
a { background-color: rgb(223,9,29); }
div.DivClassName
{
background-color: #DF091D;
}
.BgClassName
{
background-color: #DF091D;
}
</style>
border-color css
<style>
span { border-color: #DF091D; }
span { border-color: rgb(223,9,29); }
td.TdClassName
{
border-color: #DF091D;
}
.TagClassName
{
border-color: #DF091D;
}
</style>