Shades of Fire Engine Red #DF051D
Tints of Fire Engine Red #DF051D
RGB
CMYK
RGB Variations
Color information
#DF051D (or 0xDF051D) is known color: Fire Engine Red. HEX triplet: DF, 05 and 1D. RGB value is (223,5,29). Sum of RGB (Red+Green+Blue) = 223+5+29=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF051D is #20FAE2. Grayscale: #494949. Windows color (decimal): -2161379 or 1902047. OLE color: 1902047.
HSL color Cylindrical-coordinate representation of color #DF051D: hue angle of 353.39º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF051D is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 29 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.13 |
| HSL | 353.39º | 0.96% | 0.45% | - |
| HSV(B) | 353.39º | 0.98% | 0.87% | - |
| XYZ | 30.71 | 15.89 | 2.61 | - |
| YUV | 72.92 | 103.22 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 29 | 0 | 0.98 | 0.87 | 0.13 | 353.39 | 0.96 | 0.45 |
| Hex | DF | 5 | 1D | 0 | 62 | 57 | D | 161 | 60 | 2D |
| Octal | 337 | 5 | 35 | 0 | 142 | 127 | 15 | 541 | 140 | 55 |
| Binary | 11011111 | 101 | 11101 | 0 | 1100010 | 1010111 | 1101 | 101100001 | 1100000 | 101101 |
Color Harmonies of #DF051D
Complementary color
Monochromatic Colors of #DF051D
Black with #DF051D
Text Example
Text Example
White with #DF051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF051D; }
p { color: rgb(223,5,29); }
H1.HeaderClassName
{
color: #DF051D;
}
.AnyTagClassName
{
color: #DF051D;
}
</style>
background-color css
<style>
a { background-color: #DF051D; }
a { background-color: rgb(223,5,29); }
div.DivClassName
{
background-color: #DF051D;
}
.BgClassName
{
background-color: #DF051D;
}
</style>
border-color css
<style>
span { border-color: #DF051D; }
span { border-color: rgb(223,5,29); }
td.TdClassName
{
border-color: #DF051D;
}
.TagClassName
{
border-color: #DF051D;
}
</style>