Shades of Fire Engine Red #D1102E
Tints of Fire Engine Red #D1102E
RGB
CMYK
RGB Variations
Color information
#D1102E (or 0xD1102E) is known color: Fire Engine Red. HEX triplet: D1, 10 and 2E. RGB value is (209,16,46). Sum of RGB (Red+Green+Blue) = 209+16+46=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1102E is #2EEFD1. Grayscale: #4D4D4D. Windows color (decimal): -3076050 or 3018961. OLE color: 3018961.
HSL color Cylindrical-coordinate representation of color #D1102E: hue angle of 350.67º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1102E is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 46 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.18 |
| HSL | 350.67º | 0.86% | 0.44% | - |
| HSV(B) | 350.67º | 0.92% | 0.82% | - |
| XYZ | 26.97 | 14.12 | 3.89 | - |
| YUV | 77.13 | 110.44 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 46 | 0 | 0.92 | 0.78 | 0.18 | 350.67 | 0.86 | 0.44 |
| Hex | D1 | 10 | 2E | 0 | 5C | 4E | 12 | 15F | 56 | 2C |
| Octal | 321 | 20 | 56 | 0 | 134 | 116 | 22 | 537 | 126 | 54 |
| Binary | 11010001 | 10000 | 101110 | 0 | 1011100 | 1001110 | 10010 | 101011111 | 1010110 | 101100 |
Color Harmonies of #D1102E
Complementary color
Monochromatic Colors of #D1102E
Black with #D1102E
Text Example
Text Example
White with #D1102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1102E; }
p { color: rgb(209,16,46); }
H1.HeaderClassName
{
color: #D1102E;
}
.AnyTagClassName
{
color: #D1102E;
}
</style>
background-color css
<style>
a { background-color: #D1102E; }
a { background-color: rgb(209,16,46); }
div.DivClassName
{
background-color: #D1102E;
}
.BgClassName
{
background-color: #D1102E;
}
</style>
border-color css
<style>
span { border-color: #D1102E; }
span { border-color: rgb(209,16,46); }
td.TdClassName
{
border-color: #D1102E;
}
.TagClassName
{
border-color: #D1102E;
}
</style>