Shades of Fire Engine Red #D1112D
Tints of Fire Engine Red #D1112D
RGB
CMYK
RGB Variations
Color information
#D1112D (or 0xD1112D) is known color: Fire Engine Red. HEX triplet: D1, 11 and 2D. RGB value is (209,17,45). Sum of RGB (Red+Green+Blue) = 209+17+45=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1112D is #2EEED2. Grayscale: #4D4D4D. Windows color (decimal): -3075795 or 2953681. OLE color: 2953681.
HSL color Cylindrical-coordinate representation of color #D1112D: hue angle of 351.25º degrees, saturation: 0.85, 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 #D1112D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 45 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.18 |
| HSL | 351.25º | 0.85% | 0.44% | - |
| HSV(B) | 351.25º | 0.92% | 0.82% | - |
| XYZ | 26.97 | 14.15 | 3.79 | - |
| YUV | 77.6 | 109.61 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 45 | 0 | 0.92 | 0.78 | 0.18 | 351.25 | 0.85 | 0.44 |
| Hex | D1 | 11 | 2D | 0 | 5C | 4E | 12 | 15F | 55 | 2C |
| Octal | 321 | 21 | 55 | 0 | 134 | 116 | 22 | 537 | 125 | 54 |
| Binary | 11010001 | 10001 | 101101 | 0 | 1011100 | 1001110 | 10010 | 101011111 | 1010101 | 101100 |
Color Harmonies of #D1112D
Complementary color
Monochromatic Colors of #D1112D
Black with #D1112D
Text Example
Text Example
White with #D1112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1112D; }
p { color: rgb(209,17,45); }
H1.HeaderClassName
{
color: #D1112D;
}
.AnyTagClassName
{
color: #D1112D;
}
</style>
background-color css
<style>
a { background-color: #D1112D; }
a { background-color: rgb(209,17,45); }
div.DivClassName
{
background-color: #D1112D;
}
.BgClassName
{
background-color: #D1112D;
}
</style>
border-color css
<style>
span { border-color: #D1112D; }
span { border-color: rgb(209,17,45); }
td.TdClassName
{
border-color: #D1112D;
}
.TagClassName
{
border-color: #D1112D;
}
</style>