Shades of Fire Engine Red #D71527
Tints of Fire Engine Red #D71527
RGB
CMYK
RGB Variations
Color information
#D71527 (or 0xD71527) is known color: Fire Engine Red. HEX triplet: D7, 15 and 27. RGB value is (215,21,39). Sum of RGB (Red+Green+Blue) = 215+21+39=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D71527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71527 is #28EAD8. Grayscale: #515151. Windows color (decimal): -2681561 or 2561495. OLE color: 2561495.
HSL color Cylindrical-coordinate representation of color #D71527: hue angle of 354.43º 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 #D71527 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 39 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.16 |
| HSL | 354.43º | 0.82% | 0.46% | - |
| HSV(B) | 354.43º | 0.9% | 0.84% | - |
| XYZ | 28.66 | 15.13 | 3.33 | - |
| YUV | 81.06 | 104.27 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 39 | 0 | 0.90 | 0.82 | 0.16 | 354.43 | 0.82 | 0.46 |
| Hex | D7 | 15 | 27 | 0 | 5A | 52 | 10 | 162 | 52 | 2E |
| Octal | 327 | 25 | 47 | 0 | 132 | 122 | 20 | 542 | 122 | 56 |
| Binary | 11010111 | 10101 | 100111 | 0 | 1011010 | 1010010 | 10000 | 101100010 | 1010010 | 101110 |
Color Harmonies of #D71527
Complementary color
Monochromatic Colors of #D71527
Black with #D71527
Text Example
Text Example
White with #D71527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71527; }
p { color: rgb(215,21,39); }
H1.HeaderClassName
{
color: #D71527;
}
.AnyTagClassName
{
color: #D71527;
}
</style>
background-color css
<style>
a { background-color: #D71527; }
a { background-color: rgb(215,21,39); }
div.DivClassName
{
background-color: #D71527;
}
.BgClassName
{
background-color: #D71527;
}
</style>
border-color css
<style>
span { border-color: #D71527; }
span { border-color: rgb(215,21,39); }
td.TdClassName
{
border-color: #D71527;
}
.TagClassName
{
border-color: #D71527;
}
</style>