Shades of Fire Engine Red #D71526
Tints of Fire Engine Red #D71526
RGB
CMYK
RGB Variations
Color information
#D71526 (or 0xD71526) is known color: Fire Engine Red. HEX triplet: D7, 15 and 26. RGB value is (215,21,38). Sum of RGB (Red+Green+Blue) = 215+21+38=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D71526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71526 is #28EAD9. Grayscale: #515151. Windows color (decimal): -2681562 or 2495959. OLE color: 2495959.
HSL color Cylindrical-coordinate representation of color #D71526: hue angle of 354.74º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71526 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 38 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.16 |
| HSL | 354.74º | 0.82% | 0.46% | - |
| HSV(B) | 354.74º | 0.9% | 0.84% | - |
| XYZ | 28.64 | 15.12 | 3.24 | - |
| YUV | 80.94 | 103.77 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 38 | 0 | 0.90 | 0.82 | 0.16 | 354.74 | 0.82 | 0.46 |
| Hex | D7 | 15 | 26 | 0 | 5A | 52 | 10 | 163 | 52 | 2E |
| Octal | 327 | 25 | 46 | 0 | 132 | 122 | 20 | 543 | 122 | 56 |
| Binary | 11010111 | 10101 | 100110 | 0 | 1011010 | 1010010 | 10000 | 101100011 | 1010010 | 101110 |
Color Harmonies of #D71526
Complementary color
Monochromatic Colors of #D71526
Black with #D71526
Text Example
Text Example
White with #D71526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71526; }
p { color: rgb(215,21,38); }
H1.HeaderClassName
{
color: #D71526;
}
.AnyTagClassName
{
color: #D71526;
}
</style>
background-color css
<style>
a { background-color: #D71526; }
a { background-color: rgb(215,21,38); }
div.DivClassName
{
background-color: #D71526;
}
.BgClassName
{
background-color: #D71526;
}
</style>
border-color css
<style>
span { border-color: #D71526; }
span { border-color: rgb(215,21,38); }
td.TdClassName
{
border-color: #D71526;
}
.TagClassName
{
border-color: #D71526;
}
</style>