Shades of Fire Engine Red #D71420
Tints of Fire Engine Red #D71420
RGB
CMYK
RGB Variations
Color information
#D71420 (or 0xD71420) is known color: Fire Engine Red. HEX triplet: D7, 14 and 20. RGB value is (215,20,32). Sum of RGB (Red+Green+Blue) = 215+20+32=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D71420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71420 is #28EBDF. Grayscale: #4F4F4F. Windows color (decimal): -2681824 or 2102487. OLE color: 2102487.
HSL color Cylindrical-coordinate representation of color #D71420: hue angle of 356.31º 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 #D71420 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 32 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.16 |
| HSL | 356.31º | 0.83% | 0.46% | - |
| HSV(B) | 356.31º | 0.91% | 0.84% | - |
| XYZ | 28.54 | 15.05 | 2.77 | - |
| YUV | 79.67 | 101.1 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 32 | 0 | 0.91 | 0.85 | 0.16 | 356.31 | 0.83 | 0.46 |
| Hex | D7 | 14 | 20 | 0 | 5B | 55 | 10 | 164 | 53 | 2E |
| Octal | 327 | 24 | 40 | 0 | 133 | 125 | 20 | 544 | 123 | 56 |
| Binary | 11010111 | 10100 | 100000 | 0 | 1011011 | 1010101 | 10000 | 101100100 | 1010011 | 101110 |
Color Harmonies of #D71420
Complementary color
Monochromatic Colors of #D71420
Black with #D71420
Text Example
Text Example
White with #D71420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71420; }
p { color: rgb(215,20,32); }
H1.HeaderClassName
{
color: #D71420;
}
.AnyTagClassName
{
color: #D71420;
}
</style>
background-color css
<style>
a { background-color: #D71420; }
a { background-color: rgb(215,20,32); }
div.DivClassName
{
background-color: #D71420;
}
.BgClassName
{
background-color: #D71420;
}
</style>
border-color css
<style>
span { border-color: #D71420; }
span { border-color: rgb(215,20,32); }
td.TdClassName
{
border-color: #D71420;
}
.TagClassName
{
border-color: #D71420;
}
</style>