Shades of Fire Engine Red #DF0A25
Tints of Fire Engine Red #DF0A25
RGB
CMYK
RGB Variations
Color information
#DF0A25 (or 0xDF0A25) is known color: Fire Engine Red. HEX triplet: DF, 0A and 25. RGB value is (223,10,37). Sum of RGB (Red+Green+Blue) = 223+10+37=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A25 is #20F5DA. Grayscale: #4C4C4C. Windows color (decimal): -2160091 or 2427615. OLE color: 2427615.
HSL color Cylindrical-coordinate representation of color #DF0A25: hue angle of 352.39º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A25 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 37 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.13 |
| HSL | 352.39º | 0.91% | 0.46% | - |
| HSV(B) | 352.39º | 0.96% | 0.87% | - |
| XYZ | 30.87 | 16.04 | 3.22 | - |
| YUV | 76.77 | 105.57 | 232.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 37 | 0 | 0.96 | 0.83 | 0.13 | 352.39 | 0.91 | 0.46 |
| Hex | DF | A | 25 | 0 | 60 | 53 | D | 160 | 5B | 2E |
| Octal | 337 | 12 | 45 | 0 | 140 | 123 | 15 | 540 | 133 | 56 |
| Binary | 11011111 | 1010 | 100101 | 0 | 1100000 | 1010011 | 1101 | 101100000 | 1011011 | 101110 |
Color Harmonies of #DF0A25
Complementary color
Monochromatic Colors of #DF0A25
Black with #DF0A25
Text Example
Text Example
White with #DF0A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A25; }
p { color: rgb(223,10,37); }
H1.HeaderClassName
{
color: #DF0A25;
}
.AnyTagClassName
{
color: #DF0A25;
}
</style>
background-color css
<style>
a { background-color: #DF0A25; }
a { background-color: rgb(223,10,37); }
div.DivClassName
{
background-color: #DF0A25;
}
.BgClassName
{
background-color: #DF0A25;
}
</style>
border-color css
<style>
span { border-color: #DF0A25; }
span { border-color: rgb(223,10,37); }
td.TdClassName
{
border-color: #DF0A25;
}
.TagClassName
{
border-color: #DF0A25;
}
</style>