Shades of Fire Engine Red #D6191F
Tints of Fire Engine Red #D6191F
RGB
CMYK
RGB Variations
Color information
#D6191F (or 0xD6191F) is known color: Fire Engine Red. HEX triplet: D6, 19 and 1F. RGB value is (214,25,31). Sum of RGB (Red+Green+Blue) = 214+25+31=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D6191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6191F is #29E6E0. Grayscale: #525252. Windows color (decimal): -2746081 or 2038230. OLE color: 2038230.
HSL color Cylindrical-coordinate representation of color #D6191F: hue angle of 358.1º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6191F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 31 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.16 |
| HSL | 358.1º | 0.79% | 0.47% | - |
| HSV(B) | 358.1º | 0.88% | 0.84% | - |
| XYZ | 28.33 | 15.09 | 2.72 | - |
| YUV | 82.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 31 | 0 | 0.88 | 0.86 | 0.16 | 358.1 | 0.79 | 0.47 |
| Hex | D6 | 19 | 1F | 0 | 58 | 56 | 10 | 166 | 4F | 2F |
| Octal | 326 | 31 | 37 | 0 | 130 | 126 | 20 | 546 | 117 | 57 |
| Binary | 11010110 | 11001 | 11111 | 0 | 1011000 | 1010110 | 10000 | 101100110 | 1001111 | 101111 |
Color Harmonies of #D6191F
Complementary color
Monochromatic Colors of #D6191F
Black with #D6191F
Text Example
Text Example
White with #D6191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6191F; }
p { color: rgb(214,25,31); }
H1.HeaderClassName
{
color: #D6191F;
}
.AnyTagClassName
{
color: #D6191F;
}
</style>
background-color css
<style>
a { background-color: #D6191F; }
a { background-color: rgb(214,25,31); }
div.DivClassName
{
background-color: #D6191F;
}
.BgClassName
{
background-color: #D6191F;
}
</style>
border-color css
<style>
span { border-color: #D6191F; }
span { border-color: rgb(214,25,31); }
td.TdClassName
{
border-color: #D6191F;
}
.TagClassName
{
border-color: #D6191F;
}
</style>