Shades of Fire Engine Red #D7101E
Tints of Fire Engine Red #D7101E
RGB
CMYK
RGB Variations
Color information
#D7101E (or 0xD7101E) is known color: Fire Engine Red. HEX triplet: D7, 10 and 1E. RGB value is (215,16,30). Sum of RGB (Red+Green+Blue) = 215+16+30=261 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.38% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 215 - color contains mainly: red. Hex color #D7101E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7101E is #28EFE1. Grayscale: #4D4D4D. Windows color (decimal): -2682850 or 1970391. OLE color: 1970391.
HSL color Cylindrical-coordinate representation of color #D7101E: hue angle of 355.78º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7101E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.16 |
| HSL | 355.78º | 0.86% | 0.45% | - |
| HSV(B) | 355.78º | 0.93% | 0.84% | - |
| XYZ | 28.44 | 14.91 | 2.61 | - |
| YUV | 77.1 | 101.43 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 30 | 0 | 0.93 | 0.86 | 0.16 | 355.78 | 0.86 | 0.45 |
| Hex | D7 | 10 | 1E | 0 | 5D | 56 | 10 | 164 | 56 | 2D |
| Octal | 327 | 20 | 36 | 0 | 135 | 126 | 20 | 544 | 126 | 55 |
| Binary | 11010111 | 10000 | 11110 | 0 | 1011101 | 1010110 | 10000 | 101100100 | 1010110 | 101101 |
Color Harmonies of #D7101E
Complementary color
Monochromatic Colors of #D7101E
Black with #D7101E
Text Example
Text Example
White with #D7101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7101E; }
p { color: rgb(215,16,30); }
H1.HeaderClassName
{
color: #D7101E;
}
.AnyTagClassName
{
color: #D7101E;
}
</style>
background-color css
<style>
a { background-color: #D7101E; }
a { background-color: rgb(215,16,30); }
div.DivClassName
{
background-color: #D7101E;
}
.BgClassName
{
background-color: #D7101E;
}
</style>
border-color css
<style>
span { border-color: #D7101E; }
span { border-color: rgb(215,16,30); }
td.TdClassName
{
border-color: #D7101E;
}
.TagClassName
{
border-color: #D7101E;
}
</style>