Shades of Fire Engine Red #D11A1F
Tints of Fire Engine Red #D11A1F
RGB
CMYK
RGB Variations
Color information
#D11A1F (or 0xD11A1F) is known color: Fire Engine Red. HEX triplet: D1, 1A and 1F. RGB value is (209,26,31). Sum of RGB (Red+Green+Blue) = 209+26+31=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A1F is #2EE5E0. Grayscale: #515151. Windows color (decimal): -3073505 or 2038481. OLE color: 2038481.
HSL color Cylindrical-coordinate representation of color #D11A1F: hue angle of 358.36º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A1F is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 31 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.18 |
| HSL | 358.36º | 0.78% | 0.46% | - |
| HSV(B) | 358.36º | 0.88% | 0.82% | - |
| XYZ | 26.91 | 14.39 | 2.66 | - |
| YUV | 81.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 31 | 0 | 0.88 | 0.85 | 0.18 | 358.36 | 0.78 | 0.46 |
| Hex | D1 | 1A | 1F | 0 | 58 | 55 | 12 | 166 | 4E | 2E |
| Octal | 321 | 32 | 37 | 0 | 130 | 125 | 22 | 546 | 116 | 56 |
| Binary | 11010001 | 11010 | 11111 | 0 | 1011000 | 1010101 | 10010 | 101100110 | 1001110 | 101110 |
Color Harmonies of #D11A1F
Complementary color
Monochromatic Colors of #D11A1F
Black with #D11A1F
Text Example
Text Example
White with #D11A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A1F; }
p { color: rgb(209,26,31); }
H1.HeaderClassName
{
color: #D11A1F;
}
.AnyTagClassName
{
color: #D11A1F;
}
</style>
background-color css
<style>
a { background-color: #D11A1F; }
a { background-color: rgb(209,26,31); }
div.DivClassName
{
background-color: #D11A1F;
}
.BgClassName
{
background-color: #D11A1F;
}
</style>
border-color css
<style>
span { border-color: #D11A1F; }
span { border-color: rgb(209,26,31); }
td.TdClassName
{
border-color: #D11A1F;
}
.TagClassName
{
border-color: #D11A1F;
}
</style>