Shades of Fire Engine Red #D61118
Tints of Fire Engine Red #D61118
RGB
CMYK
RGB Variations
Color information
#D61118 (or 0xD61118) is known color: Fire Engine Red. HEX triplet: D6, 11 and 18. RGB value is (214,17,24). Sum of RGB (Red+Green+Blue) = 214+17+24=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D61118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61118 is #29EEE7. Grayscale: #4C4C4C. Windows color (decimal): -2748136 or 1577430. OLE color: 1577430.
HSL color Cylindrical-coordinate representation of color #D61118: hue angle of 357.87º 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 #D61118 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 17 | 24 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.16 |
| HSL | 357.87º | 0.85% | 0.45% | - |
| HSV(B) | 357.87º | 0.92% | 0.84% | - |
| XYZ | 28.1 | 14.76 | 2.23 | - |
| YUV | 76.7 | 98.27 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 24 | 0 | 0.92 | 0.89 | 0.16 | 357.87 | 0.85 | 0.45 |
| Hex | D6 | 11 | 18 | 0 | 5C | 59 | 10 | 166 | 55 | 2D |
| Octal | 326 | 21 | 30 | 0 | 134 | 131 | 20 | 546 | 125 | 55 |
| Binary | 11010110 | 10001 | 11000 | 0 | 1011100 | 1011001 | 10000 | 101100110 | 1010101 | 101101 |
Color Harmonies of #D61118
Complementary color
Monochromatic Colors of #D61118
Black with #D61118
Text Example
Text Example
White with #D61118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61118; }
p { color: rgb(214,17,24); }
H1.HeaderClassName
{
color: #D61118;
}
.AnyTagClassName
{
color: #D61118;
}
</style>
background-color css
<style>
a { background-color: #D61118; }
a { background-color: rgb(214,17,24); }
div.DivClassName
{
background-color: #D61118;
}
.BgClassName
{
background-color: #D61118;
}
</style>
border-color css
<style>
span { border-color: #D61118; }
span { border-color: rgb(214,17,24); }
td.TdClassName
{
border-color: #D61118;
}
.TagClassName
{
border-color: #D61118;
}
</style>