Shades of Fire Engine Red #D71229
Tints of Fire Engine Red #D71229
RGB
CMYK
RGB Variations
Color information
#D71229 (or 0xD71229) is known color: Fire Engine Red. HEX triplet: D7, 12 and 29. RGB value is (215,18,41). Sum of RGB (Red+Green+Blue) = 215+18+41=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D71229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71229 is #28EDD6. Grayscale: #4F4F4F. Windows color (decimal): -2682327 or 2691799. OLE color: 2691799.
HSL color Cylindrical-coordinate representation of color #D71229: hue angle of 352.99º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71229 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 41 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.16 |
| HSL | 352.99º | 0.85% | 0.46% | - |
| HSV(B) | 352.99º | 0.92% | 0.84% | - |
| XYZ | 28.64 | 15.04 | 3.49 | - |
| YUV | 79.53 | 106.27 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 41 | 0 | 0.92 | 0.81 | 0.16 | 352.99 | 0.85 | 0.46 |
| Hex | D7 | 12 | 29 | 0 | 5C | 51 | 10 | 161 | 55 | 2E |
| Octal | 327 | 22 | 51 | 0 | 134 | 121 | 20 | 541 | 125 | 56 |
| Binary | 11010111 | 10010 | 101001 | 0 | 1011100 | 1010001 | 10000 | 101100001 | 1010101 | 101110 |
Color Harmonies of #D71229
Complementary color
Monochromatic Colors of #D71229
Black with #D71229
Text Example
Text Example
White with #D71229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71229; }
p { color: rgb(215,18,41); }
H1.HeaderClassName
{
color: #D71229;
}
.AnyTagClassName
{
color: #D71229;
}
</style>
background-color css
<style>
a { background-color: #D71229; }
a { background-color: rgb(215,18,41); }
div.DivClassName
{
background-color: #D71229;
}
.BgClassName
{
background-color: #D71229;
}
</style>
border-color css
<style>
span { border-color: #D71229; }
span { border-color: rgb(215,18,41); }
td.TdClassName
{
border-color: #D71229;
}
.TagClassName
{
border-color: #D71229;
}
</style>