Shades of Fire Engine Red #D71522
Tints of Fire Engine Red #D71522
RGB
CMYK
RGB Variations
Color information
#D71522 (or 0xD71522) is known color: Fire Engine Red. HEX triplet: D7, 15 and 22. RGB value is (215,21,34). Sum of RGB (Red+Green+Blue) = 215+21+34=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D71522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71522 is #28EADD. Grayscale: #505050. Windows color (decimal): -2681566 or 2233815. OLE color: 2233815.
HSL color Cylindrical-coordinate representation of color #D71522: hue angle of 355.98º 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 #D71522 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 34 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.16 |
| HSL | 355.98º | 0.82% | 0.46% | - |
| HSV(B) | 355.98º | 0.9% | 0.84% | - |
| XYZ | 28.58 | 15.1 | 2.92 | - |
| YUV | 80.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 34 | 0 | 0.90 | 0.84 | 0.16 | 355.98 | 0.82 | 0.46 |
| Hex | D7 | 15 | 22 | 0 | 5A | 54 | 10 | 164 | 52 | 2E |
| Octal | 327 | 25 | 42 | 0 | 132 | 124 | 20 | 544 | 122 | 56 |
| Binary | 11010111 | 10101 | 100010 | 0 | 1011010 | 1010100 | 10000 | 101100100 | 1010010 | 101110 |
Color Harmonies of #D71522
Complementary color
Monochromatic Colors of #D71522
Black with #D71522
Text Example
Text Example
White with #D71522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71522; }
p { color: rgb(215,21,34); }
H1.HeaderClassName
{
color: #D71522;
}
.AnyTagClassName
{
color: #D71522;
}
</style>
background-color css
<style>
a { background-color: #D71522; }
a { background-color: rgb(215,21,34); }
div.DivClassName
{
background-color: #D71522;
}
.BgClassName
{
background-color: #D71522;
}
</style>
border-color css
<style>
span { border-color: #D71522; }
span { border-color: rgb(215,21,34); }
td.TdClassName
{
border-color: #D71522;
}
.TagClassName
{
border-color: #D71522;
}
</style>