Shades of Fire Engine Red #DF1C1D
Tints of Fire Engine Red #DF1C1D
RGB
CMYK
RGB Variations
Color information
#DF1C1D (or 0xDF1C1D) is known color: Fire Engine Red. HEX triplet: DF, 1C and 1D. RGB value is (223,28,29). Sum of RGB (Red+Green+Blue) = 223+28+29=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C1D is #20E3E2. Grayscale: #565656. Windows color (decimal): -2155491 or 1907935. OLE color: 1907935.
HSL color Cylindrical-coordinate representation of color #DF1C1D: hue angle of 359.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1C1D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 28 | 29 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.13 |
| HSL | 359.69º | 0.78% | 0.49% | - |
| HSV(B) | 359.69º | 0.87% | 0.87% | - |
| XYZ | 31.07 | 16.61 | 2.73 | - |
| YUV | 86.42 | 95.6 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 28 | 29 | 0 | 0.87 | 0.87 | 0.13 | 359.69 | 0.78 | 0.49 |
| Hex | DF | 1C | 1D | 0 | 57 | 57 | D | 168 | 4E | 31 |
| Octal | 337 | 34 | 35 | 0 | 127 | 127 | 15 | 550 | 116 | 61 |
| Binary | 11011111 | 11100 | 11101 | 0 | 1010111 | 1010111 | 1101 | 101101000 | 1001110 | 110001 |
Color Harmonies of #DF1C1D
Complementary color
Monochromatic Colors of #DF1C1D
Black with #DF1C1D
Text Example
Text Example
White with #DF1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1C1D; }
p { color: rgb(223,28,29); }
H1.HeaderClassName
{
color: #DF1C1D;
}
.AnyTagClassName
{
color: #DF1C1D;
}
</style>
background-color css
<style>
a { background-color: #DF1C1D; }
a { background-color: rgb(223,28,29); }
div.DivClassName
{
background-color: #DF1C1D;
}
.BgClassName
{
background-color: #DF1C1D;
}
</style>
border-color css
<style>
span { border-color: #DF1C1D; }
span { border-color: rgb(223,28,29); }
td.TdClassName
{
border-color: #DF1C1D;
}
.TagClassName
{
border-color: #DF1C1D;
}
</style>