Shades of Fire Engine Red #D7101C
Tints of Fire Engine Red #D7101C
RGB
CMYK
RGB Variations
Color information
#D7101C (or 0xD7101C) is known color: Fire Engine Red. HEX triplet: D7, 10 and 1C. RGB value is (215,16,28). Sum of RGB (Red+Green+Blue) = 215+16+28=259 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.01% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 215 - color contains mainly: red. Hex color #D7101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7101C is #28EFE3. Grayscale: #4D4D4D. Windows color (decimal): -2682852 or 1839319. OLE color: 1839319.
HSL color Cylindrical-coordinate representation of color #D7101C: hue angle of 356.38º 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 #D7101C is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 28 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.16 |
| HSL | 356.38º | 0.86% | 0.45% | - |
| HSV(B) | 356.38º | 0.93% | 0.84% | - |
| XYZ | 28.42 | 14.9 | 2.48 | - |
| YUV | 76.87 | 100.43 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 28 | 0 | 0.93 | 0.87 | 0.16 | 356.38 | 0.86 | 0.45 |
| Hex | D7 | 10 | 1C | 0 | 5D | 57 | 10 | 164 | 56 | 2D |
| Octal | 327 | 20 | 34 | 0 | 135 | 127 | 20 | 544 | 126 | 55 |
| Binary | 11010111 | 10000 | 11100 | 0 | 1011101 | 1010111 | 10000 | 101100100 | 1010110 | 101101 |
Color Harmonies of #D7101C
Complementary color
Monochromatic Colors of #D7101C
Black with #D7101C
Text Example
Text Example
White with #D7101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7101C; }
p { color: rgb(215,16,28); }
H1.HeaderClassName
{
color: #D7101C;
}
.AnyTagClassName
{
color: #D7101C;
}
</style>
background-color css
<style>
a { background-color: #D7101C; }
a { background-color: rgb(215,16,28); }
div.DivClassName
{
background-color: #D7101C;
}
.BgClassName
{
background-color: #D7101C;
}
</style>
border-color css
<style>
span { border-color: #D7101C; }
span { border-color: rgb(215,16,28); }
td.TdClassName
{
border-color: #D7101C;
}
.TagClassName
{
border-color: #D7101C;
}
</style>