Shades of Fire Engine Red #D7101A
Tints of Fire Engine Red #D7101A
RGB
CMYK
RGB Variations
Color information
#D7101A (or 0xD7101A) is known color: Fire Engine Red. HEX triplet: D7, 10 and 1A. RGB value is (215,16,26). Sum of RGB (Red+Green+Blue) = 215+16+26=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D7101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7101A is #28EFE5. Grayscale: #4C4C4C. Windows color (decimal): -2682854 or 1708247. OLE color: 1708247.
HSL color Cylindrical-coordinate representation of color #D7101A: hue angle of 356.98º 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 #D7101A is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 26 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.16 |
| HSL | 356.98º | 0.86% | 0.45% | - |
| HSV(B) | 356.98º | 0.93% | 0.84% | - |
| XYZ | 28.4 | 14.89 | 2.36 | - |
| YUV | 76.64 | 99.43 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 26 | 0 | 0.93 | 0.88 | 0.16 | 356.98 | 0.86 | 0.45 |
| Hex | D7 | 10 | 1A | 0 | 5D | 58 | 10 | 165 | 56 | 2D |
| Octal | 327 | 20 | 32 | 0 | 135 | 130 | 20 | 545 | 126 | 55 |
| Binary | 11010111 | 10000 | 11010 | 0 | 1011101 | 1011000 | 10000 | 101100101 | 1010110 | 101101 |
Color Harmonies of #D7101A
Complementary color
Monochromatic Colors of #D7101A
Black with #D7101A
Text Example
Text Example
White with #D7101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7101A; }
p { color: rgb(215,16,26); }
H1.HeaderClassName
{
color: #D7101A;
}
.AnyTagClassName
{
color: #D7101A;
}
</style>
background-color css
<style>
a { background-color: #D7101A; }
a { background-color: rgb(215,16,26); }
div.DivClassName
{
background-color: #D7101A;
}
.BgClassName
{
background-color: #D7101A;
}
</style>
border-color css
<style>
span { border-color: #D7101A; }
span { border-color: rgb(215,16,26); }
td.TdClassName
{
border-color: #D7101A;
}
.TagClassName
{
border-color: #D7101A;
}
</style>