Shades of Fire Engine Red #DF0025
Tints of Fire Engine Red #DF0025
RGB
CMYK
RGB Variations
Color information
#DF0025 (or 0xDF0025) is known color: Fire Engine Red. HEX triplet: DF, 00 and 25. RGB value is (223,0,37). Sum of RGB (Red+Green+Blue) = 223+0+37=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0025 is #20FFDA. Grayscale: #464646. Windows color (decimal): -2162651 or 2425055. OLE color: 2425055.
HSL color Cylindrical-coordinate representation of color #DF0025: hue angle of 350.04º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0025 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.83 | 0.13 |
| HSL | 350.04º | 1% | 0.44% | - |
| HSV(B) | 350.04º | 1% | 0.87% | - |
| XYZ | 30.77 | 15.82 | 3.18 | - |
| YUV | 70.9 | 108.88 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 37 | 0 | 1 | 0.83 | 0.13 | 350.04 | 1 | 0.44 |
| Hex | DF | 0 | 25 | 0 | 64 | 53 | D | 15E | 64 | 2C |
| Octal | 337 | 0 | 45 | 0 | 144 | 123 | 15 | 536 | 144 | 54 |
| Binary | 11011111 | 0 | 100101 | 0 | 1100100 | 1010011 | 1101 | 101011110 | 1100100 | 101100 |
Color Harmonies of #DF0025
Complementary color
Monochromatic Colors of #DF0025
Black with #DF0025
Text Example
Text Example
White with #DF0025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0025; }
p { color: rgb(223,0,37); }
H1.HeaderClassName
{
color: #DF0025;
}
.AnyTagClassName
{
color: #DF0025;
}
</style>
background-color css
<style>
a { background-color: #DF0025; }
a { background-color: rgb(223,0,37); }
div.DivClassName
{
background-color: #DF0025;
}
.BgClassName
{
background-color: #DF0025;
}
</style>
border-color css
<style>
span { border-color: #DF0025; }
span { border-color: rgb(223,0,37); }
td.TdClassName
{
border-color: #DF0025;
}
.TagClassName
{
border-color: #DF0025;
}
</style>