Shades of Fire Engine Red #D6191E
Tints of Fire Engine Red #D6191E
RGB
CMYK
RGB Variations
Color information
#D6191E (or 0xD6191E) is known color: Fire Engine Red. HEX triplet: D6, 19 and 1E. RGB value is (214,25,30). Sum of RGB (Red+Green+Blue) = 214+25+30=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D6191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6191E is #29E6E1. Grayscale: #525252. Windows color (decimal): -2746082 or 1972694. OLE color: 1972694.
HSL color Cylindrical-coordinate representation of color #D6191E: hue angle of 358.41º 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 #D6191E is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 25 | 30 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.16 |
| HSL | 358.41º | 0.79% | 0.47% | - |
| HSV(B) | 358.41º | 0.88% | 0.84% | - |
| XYZ | 28.31 | 15.09 | 2.65 | - |
| YUV | 82.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 25 | 30 | 0 | 0.88 | 0.86 | 0.16 | 358.41 | 0.79 | 0.47 |
| Hex | D6 | 19 | 1E | 0 | 58 | 56 | 10 | 166 | 4F | 2F |
| Octal | 326 | 31 | 36 | 0 | 130 | 126 | 20 | 546 | 117 | 57 |
| Binary | 11010110 | 11001 | 11110 | 0 | 1011000 | 1010110 | 10000 | 101100110 | 1001111 | 101111 |
Color Harmonies of #D6191E
Complementary color
Monochromatic Colors of #D6191E
Black with #D6191E
Text Example
Text Example
White with #D6191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6191E; }
p { color: rgb(214,25,30); }
H1.HeaderClassName
{
color: #D6191E;
}
.AnyTagClassName
{
color: #D6191E;
}
</style>
background-color css
<style>
a { background-color: #D6191E; }
a { background-color: rgb(214,25,30); }
div.DivClassName
{
background-color: #D6191E;
}
.BgClassName
{
background-color: #D6191E;
}
</style>
border-color css
<style>
span { border-color: #D6191E; }
span { border-color: rgb(214,25,30); }
td.TdClassName
{
border-color: #D6191E;
}
.TagClassName
{
border-color: #D6191E;
}
</style>