Shades of Fire Engine Red #D71E26
Tints of Fire Engine Red #D71E26
RGB
CMYK
RGB Variations
Color information
#D71E26 (or 0xD71E26) is known color: Fire Engine Red. HEX triplet: D7, 1E and 26. RGB value is (215,30,38). Sum of RGB (Red+Green+Blue) = 215+30+38=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E26 is #28E1D9. Grayscale: #565656. Windows color (decimal): -2679258 or 2498263. OLE color: 2498263.
HSL color Cylindrical-coordinate representation of color #D71E26: hue angle of 357.41º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E26 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 38 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.16 |
| HSL | 357.41º | 0.76% | 0.48% | - |
| HSV(B) | 357.41º | 0.86% | 0.84% | - |
| XYZ | 28.84 | 15.52 | 3.31 | - |
| YUV | 86.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 38 | 0 | 0.86 | 0.82 | 0.16 | 357.41 | 0.76 | 0.48 |
| Hex | D7 | 1E | 26 | 0 | 56 | 52 | 10 | 165 | 4C | 30 |
| Octal | 327 | 36 | 46 | 0 | 126 | 122 | 20 | 545 | 114 | 60 |
| Binary | 11010111 | 11110 | 100110 | 0 | 1010110 | 1010010 | 10000 | 101100101 | 1001100 | 110000 |
Color Harmonies of #D71E26
Complementary color
Monochromatic Colors of #D71E26
Black with #D71E26
Text Example
Text Example
White with #D71E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E26; }
p { color: rgb(215,30,38); }
H1.HeaderClassName
{
color: #D71E26;
}
.AnyTagClassName
{
color: #D71E26;
}
</style>
background-color css
<style>
a { background-color: #D71E26; }
a { background-color: rgb(215,30,38); }
div.DivClassName
{
background-color: #D71E26;
}
.BgClassName
{
background-color: #D71E26;
}
</style>
border-color css
<style>
span { border-color: #D71E26; }
span { border-color: rgb(215,30,38); }
td.TdClassName
{
border-color: #D71E26;
}
.TagClassName
{
border-color: #D71E26;
}
</style>