Shades of Fire Engine Red #B2171E
Tints of Fire Engine Red #B2171E
RGB
CMYK
RGB Variations
Color information
#B2171E (or 0xB2171E) is known color: Fire Engine Red. HEX triplet: B2, 17 and 1E. RGB value is (178,23,30). Sum of RGB (Red+Green+Blue) = 178+23+30=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B2171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2171E is #4DE8E1. Grayscale: #464646. Windows color (decimal): -5105890 or 1972146. OLE color: 1972146.
HSL color Cylindrical-coordinate representation of color #B2171E: hue angle of 357.29º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2171E is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 23 | 30 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.30 |
| HSL | 357.29º | 0.77% | 0.39% | - |
| HSV(B) | 357.29º | 0.87% | 0.7% | - |
| XYZ | 18.9 | 10.17 | 2.2 | - |
| YUV | 70.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 23 | 30 | 0 | 0.87 | 0.83 | 0.30 | 357.29 | 0.77 | 0.39 |
| Hex | B2 | 17 | 1E | 0 | 57 | 53 | 1E | 165 | 4D | 27 |
| Octal | 262 | 27 | 36 | 0 | 127 | 123 | 36 | 545 | 115 | 47 |
| Binary | 10110010 | 10111 | 11110 | 0 | 1010111 | 1010011 | 11110 | 101100101 | 1001101 | 100111 |
Color Harmonies of #B2171E
Complementary color
Monochromatic Colors of #B2171E
Black with #B2171E
Text Example
Text Example
White with #B2171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2171E; }
p { color: rgb(178,23,30); }
H1.HeaderClassName
{
color: #B2171E;
}
.AnyTagClassName
{
color: #B2171E;
}
</style>
background-color css
<style>
a { background-color: #B2171E; }
a { background-color: rgb(178,23,30); }
div.DivClassName
{
background-color: #B2171E;
}
.BgClassName
{
background-color: #B2171E;
}
</style>
border-color css
<style>
span { border-color: #B2171E; }
span { border-color: rgb(178,23,30); }
td.TdClassName
{
border-color: #B2171E;
}
.TagClassName
{
border-color: #B2171E;
}
</style>