Shades of Fire Engine Red #B71C24
Tints of Fire Engine Red #B71C24
RGB
CMYK
RGB Variations
Color information
#B71C24 (or 0xB71C24) is known color: Fire Engine Red. HEX triplet: B7, 1C and 24. RGB value is (183,28,36). Sum of RGB (Red+Green+Blue) = 183+28+36=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C24 is #48E3DB. Grayscale: #4B4B4B. Windows color (decimal): -4776924 or 2366647. OLE color: 2366647.
HSL color Cylindrical-coordinate representation of color #B71C24: hue angle of 356.9º degrees, saturation: 0.73, 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 #B71C24 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 36 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.28 |
| HSL | 356.9º | 0.73% | 0.41% | - |
| HSV(B) | 356.9º | 0.85% | 0.72% | - |
| XYZ | 20.26 | 11.03 | 2.73 | - |
| YUV | 75.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 36 | 0 | 0.85 | 0.80 | 0.28 | 356.9 | 0.73 | 0.41 |
| Hex | B7 | 1C | 24 | 0 | 55 | 50 | 1C | 165 | 49 | 29 |
| Octal | 267 | 34 | 44 | 0 | 125 | 120 | 34 | 545 | 111 | 51 |
| Binary | 10110111 | 11100 | 100100 | 0 | 1010101 | 1010000 | 11100 | 101100101 | 1001001 | 101001 |
Color Harmonies of #B71C24
Complementary color
Monochromatic Colors of #B71C24
Black with #B71C24
Text Example
Text Example
White with #B71C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C24; }
p { color: rgb(183,28,36); }
H1.HeaderClassName
{
color: #B71C24;
}
.AnyTagClassName
{
color: #B71C24;
}
</style>
background-color css
<style>
a { background-color: #B71C24; }
a { background-color: rgb(183,28,36); }
div.DivClassName
{
background-color: #B71C24;
}
.BgClassName
{
background-color: #B71C24;
}
</style>
border-color css
<style>
span { border-color: #B71C24; }
span { border-color: rgb(183,28,36); }
td.TdClassName
{
border-color: #B71C24;
}
.TagClassName
{
border-color: #B71C24;
}
</style>