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