Shades of Fire Engine Red #D71E2A
Tints of Fire Engine Red #D71E2A
RGB
CMYK
RGB Variations
Color information
#D71E2A (or 0xD71E2A) is known color: Fire Engine Red. HEX triplet: D7, 1E and 2A. RGB value is (215,30,42). Sum of RGB (Red+Green+Blue) = 215+30+42=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E2A is #28E1D5. Grayscale: #565656. Windows color (decimal): -2679254 or 2760407. OLE color: 2760407.
HSL color Cylindrical-coordinate representation of color #D71E2A: hue angle of 356.11º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E2A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 42 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.16 |
| HSL | 356.11º | 0.76% | 0.48% | - |
| HSV(B) | 356.11º | 0.86% | 0.84% | - |
| XYZ | 28.91 | 15.54 | 3.67 | - |
| YUV | 86.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 42 | 0 | 0.86 | 0.80 | 0.16 | 356.11 | 0.76 | 0.48 |
| Hex | D7 | 1E | 2A | 0 | 56 | 50 | 10 | 164 | 4C | 30 |
| Octal | 327 | 36 | 52 | 0 | 126 | 120 | 20 | 544 | 114 | 60 |
| Binary | 11010111 | 11110 | 101010 | 0 | 1010110 | 1010000 | 10000 | 101100100 | 1001100 | 110000 |
Color Harmonies of #D71E2A
Complementary color
Monochromatic Colors of #D71E2A
Black with #D71E2A
Text Example
Text Example
White with #D71E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E2A; }
p { color: rgb(215,30,42); }
H1.HeaderClassName
{
color: #D71E2A;
}
.AnyTagClassName
{
color: #D71E2A;
}
</style>
background-color css
<style>
a { background-color: #D71E2A; }
a { background-color: rgb(215,30,42); }
div.DivClassName
{
background-color: #D71E2A;
}
.BgClassName
{
background-color: #D71E2A;
}
</style>
border-color css
<style>
span { border-color: #D71E2A; }
span { border-color: rgb(215,30,42); }
td.TdClassName
{
border-color: #D71E2A;
}
.TagClassName
{
border-color: #D71E2A;
}
</style>