Shades of Fire Engine Red #B71B1D
Tints of Fire Engine Red #B71B1D
RGB
CMYK
RGB Variations
Color information
#B71B1D (or 0xB71B1D) is known color: Fire Engine Red. HEX triplet: B7, 1B and 1D. RGB value is (183,27,29). Sum of RGB (Red+Green+Blue) = 183+27+29=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B1D is #48E4E2. Grayscale: #4A4A4A. Windows color (decimal): -4777187 or 1907639. OLE color: 1907639.
HSL color Cylindrical-coordinate representation of color #B71B1D: hue angle of 359.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B1D is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 29 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.28 |
| HSL | 359.23º | 0.74% | 0.41% | - |
| HSV(B) | 359.23º | 0.85% | 0.72% | - |
| XYZ | 20.14 | 10.94 | 2.21 | - |
| YUV | 73.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 29 | 0 | 0.85 | 0.84 | 0.28 | 359.23 | 0.74 | 0.41 |
| Hex | B7 | 1B | 1D | 0 | 55 | 54 | 1C | 167 | 4A | 29 |
| Octal | 267 | 33 | 35 | 0 | 125 | 124 | 34 | 547 | 112 | 51 |
| Binary | 10110111 | 11011 | 11101 | 0 | 1010101 | 1010100 | 11100 | 101100111 | 1001010 | 101001 |
Color Harmonies of #B71B1D
Complementary color
Monochromatic Colors of #B71B1D
Black with #B71B1D
Text Example
Text Example
White with #B71B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B1D; }
p { color: rgb(183,27,29); }
H1.HeaderClassName
{
color: #B71B1D;
}
.AnyTagClassName
{
color: #B71B1D;
}
</style>
background-color css
<style>
a { background-color: #B71B1D; }
a { background-color: rgb(183,27,29); }
div.DivClassName
{
background-color: #B71B1D;
}
.BgClassName
{
background-color: #B71B1D;
}
</style>
border-color css
<style>
span { border-color: #B71B1D; }
span { border-color: rgb(183,27,29); }
td.TdClassName
{
border-color: #B71B1D;
}
.TagClassName
{
border-color: #B71B1D;
}
</style>