Shades of Fire Engine Red #B71524
Tints of Fire Engine Red #B71524
RGB
CMYK
RGB Variations
Color information
#B71524 (or 0xB71524) is known color: Fire Engine Red. HEX triplet: B7, 15 and 24. RGB value is (183,21,36). Sum of RGB (Red+Green+Blue) = 183+21+36=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B71524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71524 is #48EADB. Grayscale: #474747. Windows color (decimal): -4778716 or 2364855. OLE color: 2364855.
HSL color Cylindrical-coordinate representation of color #B71524: hue angle of 354.44º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71524 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 36 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.28 |
| HSL | 354.44º | 0.79% | 0.4% | - |
| HSV(B) | 354.44º | 0.89% | 0.72% | - |
| XYZ | 20.12 | 10.73 | 2.68 | - |
| YUV | 71.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 36 | 0 | 0.89 | 0.80 | 0.28 | 354.44 | 0.79 | 0.4 |
| Hex | B7 | 15 | 24 | 0 | 59 | 50 | 1C | 162 | 4F | 28 |
| Octal | 267 | 25 | 44 | 0 | 131 | 120 | 34 | 542 | 117 | 50 |
| Binary | 10110111 | 10101 | 100100 | 0 | 1011001 | 1010000 | 11100 | 101100010 | 1001111 | 101000 |
Color Harmonies of #B71524
Complementary color
Monochromatic Colors of #B71524
Black with #B71524
Text Example
Text Example
White with #B71524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71524; }
p { color: rgb(183,21,36); }
H1.HeaderClassName
{
color: #B71524;
}
.AnyTagClassName
{
color: #B71524;
}
</style>
background-color css
<style>
a { background-color: #B71524; }
a { background-color: rgb(183,21,36); }
div.DivClassName
{
background-color: #B71524;
}
.BgClassName
{
background-color: #B71524;
}
</style>
border-color css
<style>
span { border-color: #B71524; }
span { border-color: rgb(183,21,36); }
td.TdClassName
{
border-color: #B71524;
}
.TagClassName
{
border-color: #B71524;
}
</style>