Shades of Fire Engine Red #D70725
Tints of Fire Engine Red #D70725
RGB
CMYK
RGB Variations
Color information
#D70725 (or 0xD70725) is known color: Fire Engine Red. HEX triplet: D7, 07 and 25. RGB value is (215,7,37). Sum of RGB (Red+Green+Blue) = 215+7+37=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D70725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70725 is #28F8DA. Grayscale: #484848. Windows color (decimal): -2685147 or 2426839. OLE color: 2426839.
HSL color Cylindrical-coordinate representation of color #D70725: hue angle of 351.35º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70725 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 37 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.16 |
| HSL | 351.35º | 0.94% | 0.44% | - |
| HSV(B) | 351.35º | 0.97% | 0.84% | - |
| XYZ | 28.43 | 14.73 | 3.1 | - |
| YUV | 72.61 | 107.91 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 37 | 0 | 0.97 | 0.83 | 0.16 | 351.35 | 0.94 | 0.44 |
| Hex | D7 | 7 | 25 | 0 | 61 | 53 | 10 | 15F | 5E | 2C |
| Octal | 327 | 7 | 45 | 0 | 141 | 123 | 20 | 537 | 136 | 54 |
| Binary | 11010111 | 111 | 100101 | 0 | 1100001 | 1010011 | 10000 | 101011111 | 1011110 | 101100 |
Color Harmonies of #D70725
Complementary color
Monochromatic Colors of #D70725
Black with #D70725
Text Example
Text Example
White with #D70725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70725; }
p { color: rgb(215,7,37); }
H1.HeaderClassName
{
color: #D70725;
}
.AnyTagClassName
{
color: #D70725;
}
</style>
background-color css
<style>
a { background-color: #D70725; }
a { background-color: rgb(215,7,37); }
div.DivClassName
{
background-color: #D70725;
}
.BgClassName
{
background-color: #D70725;
}
</style>
border-color css
<style>
span { border-color: #D70725; }
span { border-color: rgb(215,7,37); }
td.TdClassName
{
border-color: #D70725;
}
.TagClassName
{
border-color: #D70725;
}
</style>