Shades of Fire Engine Red #B71325
Tints of Fire Engine Red #B71325
RGB
CMYK
RGB Variations
Color information
#B71325 (or 0xB71325) is known color: Fire Engine Red. HEX triplet: B7, 13 and 25. RGB value is (183,19,37). Sum of RGB (Red+Green+Blue) = 183+19+37=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B71325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71325 is #48ECDA. Grayscale: #464646. Windows color (decimal): -4779227 or 2429879. OLE color: 2429879.
HSL color Cylindrical-coordinate representation of color #B71325: hue angle of 353.41º 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 #B71325 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 37 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.28 |
| HSL | 353.41º | 0.81% | 0.4% | - |
| HSV(B) | 353.41º | 0.9% | 0.72% | - |
| XYZ | 20.1 | 10.67 | 2.75 | - |
| YUV | 70.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 37 | 0 | 0.90 | 0.80 | 0.28 | 353.41 | 0.81 | 0.4 |
| Hex | B7 | 13 | 25 | 0 | 5A | 50 | 1C | 161 | 51 | 28 |
| Octal | 267 | 23 | 45 | 0 | 132 | 120 | 34 | 541 | 121 | 50 |
| Binary | 10110111 | 10011 | 100101 | 0 | 1011010 | 1010000 | 11100 | 101100001 | 1010001 | 101000 |
Color Harmonies of #B71325
Complementary color
Monochromatic Colors of #B71325
Black with #B71325
Text Example
Text Example
White with #B71325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71325; }
p { color: rgb(183,19,37); }
H1.HeaderClassName
{
color: #B71325;
}
.AnyTagClassName
{
color: #B71325;
}
</style>
background-color css
<style>
a { background-color: #B71325; }
a { background-color: rgb(183,19,37); }
div.DivClassName
{
background-color: #B71325;
}
.BgClassName
{
background-color: #B71325;
}
</style>
border-color css
<style>
span { border-color: #B71325; }
span { border-color: rgb(183,19,37); }
td.TdClassName
{
border-color: #B71325;
}
.TagClassName
{
border-color: #B71325;
}
</style>