Shades of Fire Engine Red #DF0425
Tints of Fire Engine Red #DF0425
RGB
CMYK
RGB Variations
Color information
#DF0425 (or 0xDF0425) is known color: Fire Engine Red. HEX triplet: DF, 04 and 25. RGB value is (223,4,37). Sum of RGB (Red+Green+Blue) = 223+4+37=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0425 is #20FBDA. Grayscale: #494949. Windows color (decimal): -2161627 or 2426079. OLE color: 2426079.
HSL color Cylindrical-coordinate representation of color #DF0425: hue angle of 350.96º 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 #DF0425 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.13 |
| HSL | 350.96º | 0.96% | 0.45% | - |
| HSV(B) | 350.96º | 0.98% | 0.87% | - |
| XYZ | 30.81 | 15.91 | 3.2 | - |
| YUV | 73.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 37 | 0 | 0.98 | 0.83 | 0.13 | 350.96 | 0.96 | 0.45 |
| Hex | DF | 4 | 25 | 0 | 62 | 53 | D | 15F | 60 | 2D |
| Octal | 337 | 4 | 45 | 0 | 142 | 123 | 15 | 537 | 140 | 55 |
| Binary | 11011111 | 100 | 100101 | 0 | 1100010 | 1010011 | 1101 | 101011111 | 1100000 | 101101 |
Color Harmonies of #DF0425
Complementary color
Monochromatic Colors of #DF0425
Black with #DF0425
Text Example
Text Example
White with #DF0425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0425; }
p { color: rgb(223,4,37); }
H1.HeaderClassName
{
color: #DF0425;
}
.AnyTagClassName
{
color: #DF0425;
}
</style>
background-color css
<style>
a { background-color: #DF0425; }
a { background-color: rgb(223,4,37); }
div.DivClassName
{
background-color: #DF0425;
}
.BgClassName
{
background-color: #DF0425;
}
</style>
border-color css
<style>
span { border-color: #DF0425; }
span { border-color: rgb(223,4,37); }
td.TdClassName
{
border-color: #DF0425;
}
.TagClassName
{
border-color: #DF0425;
}
</style>