Shades of Fire Engine Red #D71A2A
Tints of Fire Engine Red #D71A2A
RGB
CMYK
RGB Variations
Color information
#D71A2A (or 0xD71A2A) is known color: Fire Engine Red. HEX triplet: D7, 1A and 2A. RGB value is (215,26,42). Sum of RGB (Red+Green+Blue) = 215+26+42=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A2A is #28E5D5. Grayscale: #545454. Windows color (decimal): -2680278 or 2759383. OLE color: 2759383.
HSL color Cylindrical-coordinate representation of color #D71A2A: hue angle of 354.92º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A2A is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 42 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.16 |
| HSL | 354.92º | 0.78% | 0.47% | - |
| HSV(B) | 354.92º | 0.88% | 0.84% | - |
| XYZ | 28.81 | 15.35 | 3.64 | - |
| YUV | 84.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 42 | 0 | 0.88 | 0.80 | 0.16 | 354.92 | 0.78 | 0.47 |
| Hex | D7 | 1A | 2A | 0 | 58 | 50 | 10 | 163 | 4E | 2F |
| Octal | 327 | 32 | 52 | 0 | 130 | 120 | 20 | 543 | 116 | 57 |
| Binary | 11010111 | 11010 | 101010 | 0 | 1011000 | 1010000 | 10000 | 101100011 | 1001110 | 101111 |
Color Harmonies of #D71A2A
Complementary color
Monochromatic Colors of #D71A2A
Black with #D71A2A
Text Example
Text Example
White with #D71A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A2A; }
p { color: rgb(215,26,42); }
H1.HeaderClassName
{
color: #D71A2A;
}
.AnyTagClassName
{
color: #D71A2A;
}
</style>
background-color css
<style>
a { background-color: #D71A2A; }
a { background-color: rgb(215,26,42); }
div.DivClassName
{
background-color: #D71A2A;
}
.BgClassName
{
background-color: #D71A2A;
}
</style>
border-color css
<style>
span { border-color: #D71A2A; }
span { border-color: rgb(215,26,42); }
td.TdClassName
{
border-color: #D71A2A;
}
.TagClassName
{
border-color: #D71A2A;
}
</style>