Shades of Fire Engine Red #D6112B
Tints of Fire Engine Red #D6112B
RGB
CMYK
RGB Variations
Color information
#D6112B (or 0xD6112B) is known color: Fire Engine Red. HEX triplet: D6, 11 and 2B. RGB value is (214,17,43). Sum of RGB (Red+Green+Blue) = 214+17+43=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6112B is #29EED4. Grayscale: #4E4E4E. Windows color (decimal): -2748117 or 2822614. OLE color: 2822614.
HSL color Cylindrical-coordinate representation of color #D6112B: hue angle of 352.08º 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 #D6112B is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 43 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.16 |
| HSL | 352.08º | 0.85% | 0.45% | - |
| HSV(B) | 352.08º | 0.92% | 0.84% | - |
| XYZ | 28.37 | 14.87 | 3.66 | - |
| YUV | 78.87 | 107.77 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 43 | 0 | 0.92 | 0.80 | 0.16 | 352.08 | 0.85 | 0.45 |
| Hex | D6 | 11 | 2B | 0 | 5C | 50 | 10 | 160 | 55 | 2D |
| Octal | 326 | 21 | 53 | 0 | 134 | 120 | 20 | 540 | 125 | 55 |
| Binary | 11010110 | 10001 | 101011 | 0 | 1011100 | 1010000 | 10000 | 101100000 | 1010101 | 101101 |
Color Harmonies of #D6112B
Complementary color
Monochromatic Colors of #D6112B
Black with #D6112B
Text Example
Text Example
White with #D6112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6112B; }
p { color: rgb(214,17,43); }
H1.HeaderClassName
{
color: #D6112B;
}
.AnyTagClassName
{
color: #D6112B;
}
</style>
background-color css
<style>
a { background-color: #D6112B; }
a { background-color: rgb(214,17,43); }
div.DivClassName
{
background-color: #D6112B;
}
.BgClassName
{
background-color: #D6112B;
}
</style>
border-color css
<style>
span { border-color: #D6112B; }
span { border-color: rgb(214,17,43); }
td.TdClassName
{
border-color: #D6112B;
}
.TagClassName
{
border-color: #D6112B;
}
</style>