Shades of Fire Engine Red #D71728
Tints of Fire Engine Red #D71728
RGB
CMYK
RGB Variations
Color information
#D71728 (or 0xD71728) is known color: Fire Engine Red. HEX triplet: D7, 17 and 28. RGB value is (215,23,40). Sum of RGB (Red+Green+Blue) = 215+23+40=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D71728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71728 is #28E8D7. Grayscale: #525252. Windows color (decimal): -2681048 or 2627543. OLE color: 2627543.
HSL color Cylindrical-coordinate representation of color #D71728: hue angle of 354.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71728 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 40 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.16 |
| HSL | 354.69º | 0.81% | 0.47% | - |
| HSV(B) | 354.69º | 0.89% | 0.84% | - |
| XYZ | 28.71 | 15.21 | 3.43 | - |
| YUV | 82.35 | 104.11 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 40 | 0 | 0.89 | 0.81 | 0.16 | 354.69 | 0.81 | 0.47 |
| Hex | D7 | 17 | 28 | 0 | 59 | 51 | 10 | 163 | 51 | 2F |
| Octal | 327 | 27 | 50 | 0 | 131 | 121 | 20 | 543 | 121 | 57 |
| Binary | 11010111 | 10111 | 101000 | 0 | 1011001 | 1010001 | 10000 | 101100011 | 1010001 | 101111 |
Color Harmonies of #D71728
Complementary color
Monochromatic Colors of #D71728
Black with #D71728
Text Example
Text Example
White with #D71728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71728; }
p { color: rgb(215,23,40); }
H1.HeaderClassName
{
color: #D71728;
}
.AnyTagClassName
{
color: #D71728;
}
</style>
background-color css
<style>
a { background-color: #D71728; }
a { background-color: rgb(215,23,40); }
div.DivClassName
{
background-color: #D71728;
}
.BgClassName
{
background-color: #D71728;
}
</style>
border-color css
<style>
span { border-color: #D71728; }
span { border-color: rgb(215,23,40); }
td.TdClassName
{
border-color: #D71728;
}
.TagClassName
{
border-color: #D71728;
}
</style>