Shades of Fire Engine Red #D71428
Tints of Fire Engine Red #D71428
RGB
CMYK
RGB Variations
Color information
#D71428 (or 0xD71428) is known color: Fire Engine Red. HEX triplet: D7, 14 and 28. RGB value is (215,20,40). Sum of RGB (Red+Green+Blue) = 215+20+40=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D71428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71428 is #28EBD7. Grayscale: #505050. Windows color (decimal): -2681816 or 2626775. OLE color: 2626775.
HSL color Cylindrical-coordinate representation of color #D71428: hue angle of 353.85º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71428 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 40 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.16 |
| HSL | 353.85º | 0.83% | 0.46% | - |
| HSV(B) | 353.85º | 0.91% | 0.84% | - |
| XYZ | 28.66 | 15.1 | 3.41 | - |
| YUV | 80.59 | 105.1 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 40 | 0 | 0.91 | 0.81 | 0.16 | 353.85 | 0.83 | 0.46 |
| Hex | D7 | 14 | 28 | 0 | 5B | 51 | 10 | 162 | 53 | 2E |
| Octal | 327 | 24 | 50 | 0 | 133 | 121 | 20 | 542 | 123 | 56 |
| Binary | 11010111 | 10100 | 101000 | 0 | 1011011 | 1010001 | 10000 | 101100010 | 1010011 | 101110 |
Color Harmonies of #D71428
Complementary color
Monochromatic Colors of #D71428
Black with #D71428
Text Example
Text Example
White with #D71428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71428; }
p { color: rgb(215,20,40); }
H1.HeaderClassName
{
color: #D71428;
}
.AnyTagClassName
{
color: #D71428;
}
</style>
background-color css
<style>
a { background-color: #D71428; }
a { background-color: rgb(215,20,40); }
div.DivClassName
{
background-color: #D71428;
}
.BgClassName
{
background-color: #D71428;
}
</style>
border-color css
<style>
span { border-color: #D71428; }
span { border-color: rgb(215,20,40); }
td.TdClassName
{
border-color: #D71428;
}
.TagClassName
{
border-color: #D71428;
}
</style>