Shades of Fire Engine Red #DF0325
Tints of Fire Engine Red #DF0325
RGB
CMYK
RGB Variations
Color information
#DF0325 (or 0xDF0325) is known color: Fire Engine Red. HEX triplet: DF, 03 and 25. RGB value is (223,3,37). Sum of RGB (Red+Green+Blue) = 223+3+37=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0325 is #20FCDA. Grayscale: #484848. Windows color (decimal): -2161883 or 2425823. OLE color: 2425823.
HSL color Cylindrical-coordinate representation of color #DF0325: hue angle of 350.73º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0325 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 37 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.13 |
| HSL | 350.73º | 0.97% | 0.44% | - |
| HSV(B) | 350.73º | 0.99% | 0.87% | - |
| XYZ | 30.8 | 15.89 | 3.19 | - |
| YUV | 72.66 | 107.89 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 37 | 0 | 0.99 | 0.83 | 0.13 | 350.73 | 0.97 | 0.44 |
| Hex | DF | 3 | 25 | 0 | 63 | 53 | D | 15F | 61 | 2C |
| Octal | 337 | 3 | 45 | 0 | 143 | 123 | 15 | 537 | 141 | 54 |
| Binary | 11011111 | 11 | 100101 | 0 | 1100011 | 1010011 | 1101 | 101011111 | 1100001 | 101100 |
Color Harmonies of #DF0325
Complementary color
Monochromatic Colors of #DF0325
Black with #DF0325
Text Example
Text Example
White with #DF0325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0325; }
p { color: rgb(223,3,37); }
H1.HeaderClassName
{
color: #DF0325;
}
.AnyTagClassName
{
color: #DF0325;
}
</style>
background-color css
<style>
a { background-color: #DF0325; }
a { background-color: rgb(223,3,37); }
div.DivClassName
{
background-color: #DF0325;
}
.BgClassName
{
background-color: #DF0325;
}
</style>
border-color css
<style>
span { border-color: #DF0325; }
span { border-color: rgb(223,3,37); }
td.TdClassName
{
border-color: #DF0325;
}
.TagClassName
{
border-color: #DF0325;
}
</style>