Shades of Fire Engine Red #B71326
Tints of Fire Engine Red #B71326
RGB
CMYK
RGB Variations
Color information
#B71326 (or 0xB71326) is known color: Fire Engine Red. HEX triplet: B7, 13 and 26. RGB value is (183,19,38). Sum of RGB (Red+Green+Blue) = 183+19+38=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B71326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71326 is #48ECD9. Grayscale: #464646. Windows color (decimal): -4779226 or 2495415. OLE color: 2495415.
HSL color Cylindrical-coordinate representation of color #B71326: hue angle of 353.05º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71326 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 38 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.28 |
| HSL | 353.05º | 0.81% | 0.4% | - |
| HSV(B) | 353.05º | 0.9% | 0.72% | - |
| XYZ | 20.11 | 10.67 | 2.83 | - |
| YUV | 70.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 38 | 0 | 0.90 | 0.79 | 0.28 | 353.05 | 0.81 | 0.4 |
| Hex | B7 | 13 | 26 | 0 | 5A | 4F | 1C | 161 | 51 | 28 |
| Octal | 267 | 23 | 46 | 0 | 132 | 117 | 34 | 541 | 121 | 50 |
| Binary | 10110111 | 10011 | 100110 | 0 | 1011010 | 1001111 | 11100 | 101100001 | 1010001 | 101000 |
Color Harmonies of #B71326
Complementary color
Monochromatic Colors of #B71326
Black with #B71326
Text Example
Text Example
White with #B71326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71326; }
p { color: rgb(183,19,38); }
H1.HeaderClassName
{
color: #B71326;
}
.AnyTagClassName
{
color: #B71326;
}
</style>
background-color css
<style>
a { background-color: #B71326; }
a { background-color: rgb(183,19,38); }
div.DivClassName
{
background-color: #B71326;
}
.BgClassName
{
background-color: #B71326;
}
</style>
border-color css
<style>
span { border-color: #B71326; }
span { border-color: rgb(183,19,38); }
td.TdClassName
{
border-color: #B71326;
}
.TagClassName
{
border-color: #B71326;
}
</style>