Shades of Fire Engine Red #D70728
Tints of Fire Engine Red #D70728
RGB
CMYK
RGB Variations
Color information
#D70728 (or 0xD70728) is known color: Fire Engine Red. HEX triplet: D7, 07 and 28. RGB value is (215,7,40). Sum of RGB (Red+Green+Blue) = 215+7+40=262 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.06% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 215 - color contains mainly: red. Hex color #D70728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70728 is #28F8D7. Grayscale: #494949. Windows color (decimal): -2685144 or 2623447. OLE color: 2623447.
HSL color Cylindrical-coordinate representation of color #D70728: hue angle of 350.48º 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 #D70728 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.16 |
| HSL | 350.48º | 0.94% | 0.44% | - |
| HSV(B) | 350.48º | 0.97% | 0.84% | - |
| XYZ | 28.48 | 14.75 | 3.35 | - |
| YUV | 72.95 | 109.41 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 40 | 0 | 0.97 | 0.81 | 0.16 | 350.48 | 0.94 | 0.44 |
| Hex | D7 | 7 | 28 | 0 | 61 | 51 | 10 | 15E | 5E | 2C |
| Octal | 327 | 7 | 50 | 0 | 141 | 121 | 20 | 536 | 136 | 54 |
| Binary | 11010111 | 111 | 101000 | 0 | 1100001 | 1010001 | 10000 | 101011110 | 1011110 | 101100 |
Color Harmonies of #D70728
Complementary color
Monochromatic Colors of #D70728
Black with #D70728
Text Example
Text Example
White with #D70728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70728; }
p { color: rgb(215,7,40); }
H1.HeaderClassName
{
color: #D70728;
}
.AnyTagClassName
{
color: #D70728;
}
</style>
background-color css
<style>
a { background-color: #D70728; }
a { background-color: rgb(215,7,40); }
div.DivClassName
{
background-color: #D70728;
}
.BgClassName
{
background-color: #D70728;
}
</style>
border-color css
<style>
span { border-color: #D70728; }
span { border-color: rgb(215,7,40); }
td.TdClassName
{
border-color: #D70728;
}
.TagClassName
{
border-color: #D70728;
}
</style>