Shades of Fire Engine Red #B7191E
Tints of Fire Engine Red #B7191E
RGB
CMYK
RGB Variations
Color information
#B7191E (or 0xB7191E) is known color: Fire Engine Red. HEX triplet: B7, 19 and 1E. RGB value is (183,25,30). Sum of RGB (Red+Green+Blue) = 183+25+30=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B7191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7191E is #48E6E1. Grayscale: #484848. Windows color (decimal): -4777698 or 1972663. OLE color: 1972663.
HSL color Cylindrical-coordinate representation of color #B7191E: hue angle of 358.1º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7191E is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 30 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.28 |
| HSL | 358.1º | 0.76% | 0.41% | - |
| HSV(B) | 358.1º | 0.86% | 0.72% | - |
| XYZ | 20.11 | 10.86 | 2.26 | - |
| YUV | 72.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 30 | 0 | 0.86 | 0.84 | 0.28 | 358.1 | 0.76 | 0.41 |
| Hex | B7 | 19 | 1E | 0 | 56 | 54 | 1C | 166 | 4C | 29 |
| Octal | 267 | 31 | 36 | 0 | 126 | 124 | 34 | 546 | 114 | 51 |
| Binary | 10110111 | 11001 | 11110 | 0 | 1010110 | 1010100 | 11100 | 101100110 | 1001100 | 101001 |
Color Harmonies of #B7191E
Complementary color
Monochromatic Colors of #B7191E
Black with #B7191E
Text Example
Text Example
White with #B7191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7191E; }
p { color: rgb(183,25,30); }
H1.HeaderClassName
{
color: #B7191E;
}
.AnyTagClassName
{
color: #B7191E;
}
</style>
background-color css
<style>
a { background-color: #B7191E; }
a { background-color: rgb(183,25,30); }
div.DivClassName
{
background-color: #B7191E;
}
.BgClassName
{
background-color: #B7191E;
}
</style>
border-color css
<style>
span { border-color: #B7191E; }
span { border-color: rgb(183,25,30); }
td.TdClassName
{
border-color: #B7191E;
}
.TagClassName
{
border-color: #B7191E;
}
</style>