Shades of Fire Engine Red #D71224
Tints of Fire Engine Red #D71224
RGB
CMYK
RGB Variations
Color information
#D71224 (or 0xD71224) is known color: Fire Engine Red. HEX triplet: D7, 12 and 24. RGB value is (215,18,36). Sum of RGB (Red+Green+Blue) = 215+18+36=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D71224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71224 is #28EDDB. Grayscale: #4F4F4F. Windows color (decimal): -2682332 or 2364119. OLE color: 2364119.
HSL color Cylindrical-coordinate representation of color #D71224: hue angle of 354.52º 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 #D71224 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 36 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.16 |
| HSL | 354.52º | 0.85% | 0.46% | - |
| HSV(B) | 354.52º | 0.92% | 0.84% | - |
| XYZ | 28.56 | 15.01 | 3.06 | - |
| YUV | 78.96 | 103.77 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 36 | 0 | 0.92 | 0.83 | 0.16 | 354.52 | 0.85 | 0.46 |
| Hex | D7 | 12 | 24 | 0 | 5C | 53 | 10 | 163 | 55 | 2E |
| Octal | 327 | 22 | 44 | 0 | 134 | 123 | 20 | 543 | 125 | 56 |
| Binary | 11010111 | 10010 | 100100 | 0 | 1011100 | 1010011 | 10000 | 101100011 | 1010101 | 101110 |
Color Harmonies of #D71224
Complementary color
Monochromatic Colors of #D71224
Black with #D71224
Text Example
Text Example
White with #D71224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71224; }
p { color: rgb(215,18,36); }
H1.HeaderClassName
{
color: #D71224;
}
.AnyTagClassName
{
color: #D71224;
}
</style>
background-color css
<style>
a { background-color: #D71224; }
a { background-color: rgb(215,18,36); }
div.DivClassName
{
background-color: #D71224;
}
.BgClassName
{
background-color: #D71224;
}
</style>
border-color css
<style>
span { border-color: #D71224; }
span { border-color: rgb(215,18,36); }
td.TdClassName
{
border-color: #D71224;
}
.TagClassName
{
border-color: #D71224;
}
</style>