Shades of Fire Engine Red #D6111F
Tints of Fire Engine Red #D6111F
RGB
CMYK
RGB Variations
Color information
#D6111F (or 0xD6111F) is known color: Fire Engine Red. HEX triplet: D6, 11 and 1F. RGB value is (214,17,31). Sum of RGB (Red+Green+Blue) = 214+17+31=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6111F is #29EEE0. Grayscale: #4D4D4D. Windows color (decimal): -2748129 or 2036182. OLE color: 2036182.
HSL color Cylindrical-coordinate representation of color #D6111F: hue angle of 355.74º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6111F is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 31 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.16 |
| HSL | 355.74º | 0.85% | 0.45% | - |
| HSV(B) | 355.74º | 0.92% | 0.84% | - |
| XYZ | 28.18 | 14.8 | 2.67 | - |
| YUV | 77.5 | 101.77 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 31 | 0 | 0.92 | 0.86 | 0.16 | 355.74 | 0.85 | 0.45 |
| Hex | D6 | 11 | 1F | 0 | 5C | 56 | 10 | 164 | 55 | 2D |
| Octal | 326 | 21 | 37 | 0 | 134 | 126 | 20 | 544 | 125 | 55 |
| Binary | 11010110 | 10001 | 11111 | 0 | 1011100 | 1010110 | 10000 | 101100100 | 1010101 | 101101 |
Color Harmonies of #D6111F
Complementary color
Monochromatic Colors of #D6111F
Black with #D6111F
Text Example
Text Example
White with #D6111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6111F; }
p { color: rgb(214,17,31); }
H1.HeaderClassName
{
color: #D6111F;
}
.AnyTagClassName
{
color: #D6111F;
}
</style>
background-color css
<style>
a { background-color: #D6111F; }
a { background-color: rgb(214,17,31); }
div.DivClassName
{
background-color: #D6111F;
}
.BgClassName
{
background-color: #D6111F;
}
</style>
border-color css
<style>
span { border-color: #D6111F; }
span { border-color: rgb(214,17,31); }
td.TdClassName
{
border-color: #D6111F;
}
.TagClassName
{
border-color: #D6111F;
}
</style>