Shades of Fire Engine Red #D1141F
Tints of Fire Engine Red #D1141F
RGB
CMYK
RGB Variations
Color information
#D1141F (or 0xD1141F) is known color: Fire Engine Red. HEX triplet: D1, 14 and 1F. RGB value is (209,20,31). Sum of RGB (Red+Green+Blue) = 209+20+31=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D1141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1141F is #2EEBE0. Grayscale: #4D4D4D. Windows color (decimal): -3075041 or 2036945. OLE color: 2036945.
HSL color Cylindrical-coordinate representation of color #D1141F: hue angle of 356.51º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1141F is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 31 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.18 |
| HSL | 356.51º | 0.83% | 0.45% | - |
| HSV(B) | 356.51º | 0.9% | 0.82% | - |
| XYZ | 26.79 | 14.15 | 2.62 | - |
| YUV | 77.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 31 | 0 | 0.90 | 0.85 | 0.18 | 356.51 | 0.83 | 0.45 |
| Hex | D1 | 14 | 1F | 0 | 5A | 55 | 12 | 165 | 53 | 2D |
| Octal | 321 | 24 | 37 | 0 | 132 | 125 | 22 | 545 | 123 | 55 |
| Binary | 11010001 | 10100 | 11111 | 0 | 1011010 | 1010101 | 10010 | 101100101 | 1010011 | 101101 |
Color Harmonies of #D1141F
Complementary color
Monochromatic Colors of #D1141F
Black with #D1141F
Text Example
Text Example
White with #D1141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1141F; }
p { color: rgb(209,20,31); }
H1.HeaderClassName
{
color: #D1141F;
}
.AnyTagClassName
{
color: #D1141F;
}
</style>
background-color css
<style>
a { background-color: #D1141F; }
a { background-color: rgb(209,20,31); }
div.DivClassName
{
background-color: #D1141F;
}
.BgClassName
{
background-color: #D1141F;
}
</style>
border-color css
<style>
span { border-color: #D1141F; }
span { border-color: rgb(209,20,31); }
td.TdClassName
{
border-color: #D1141F;
}
.TagClassName
{
border-color: #D1141F;
}
</style>