Shades of Fire Engine Red #B7191C
Tints of Fire Engine Red #B7191C
RGB
CMYK
RGB Variations
Color information
#B7191C (or 0xB7191C) is known color: Fire Engine Red. HEX triplet: B7, 19 and 1C. RGB value is (183,25,28). Sum of RGB (Red+Green+Blue) = 183+25+28=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B7191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7191C is #48E6E3. Grayscale: #484848. Windows color (decimal): -4777700 or 1841591. OLE color: 1841591.
HSL color Cylindrical-coordinate representation of color #B7191C: hue angle of 358.86º 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 #B7191C is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 25 | 28 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.28 |
| HSL | 358.86º | 0.76% | 0.41% | - |
| HSV(B) | 358.86º | 0.86% | 0.72% | - |
| XYZ | 20.09 | 10.85 | 2.13 | - |
| YUV | 72.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 28 | 0 | 0.86 | 0.85 | 0.28 | 358.86 | 0.76 | 0.41 |
| Hex | B7 | 19 | 1C | 0 | 56 | 55 | 1C | 167 | 4C | 29 |
| Octal | 267 | 31 | 34 | 0 | 126 | 125 | 34 | 547 | 114 | 51 |
| Binary | 10110111 | 11001 | 11100 | 0 | 1010110 | 1010101 | 11100 | 101100111 | 1001100 | 101001 |
Color Harmonies of #B7191C
Complementary color
Monochromatic Colors of #B7191C
Black with #B7191C
Text Example
Text Example
White with #B7191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7191C; }
p { color: rgb(183,25,28); }
H1.HeaderClassName
{
color: #B7191C;
}
.AnyTagClassName
{
color: #B7191C;
}
</style>
background-color css
<style>
a { background-color: #B7191C; }
a { background-color: rgb(183,25,28); }
div.DivClassName
{
background-color: #B7191C;
}
.BgClassName
{
background-color: #B7191C;
}
</style>
border-color css
<style>
span { border-color: #B7191C; }
span { border-color: rgb(183,25,28); }
td.TdClassName
{
border-color: #B7191C;
}
.TagClassName
{
border-color: #B7191C;
}
</style>