Shades of Fire Engine Red #B31325
Tints of Fire Engine Red #B31325
RGB
CMYK
RGB Variations
Color information
#B31325 (or 0xB31325) is known color: Fire Engine Red. HEX triplet: B3, 13 and 25. RGB value is (179,19,37). Sum of RGB (Red+Green+Blue) = 179+19+37=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B31325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31325 is #4CECDA. Grayscale: #444444. Windows color (decimal): -5041371 or 2429875. OLE color: 2429875.
HSL color Cylindrical-coordinate representation of color #B31325: hue angle of 353.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31325 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 37 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.30 |
| HSL | 353.25º | 0.81% | 0.39% | - |
| HSV(B) | 353.25º | 0.89% | 0.7% | - |
| XYZ | 19.16 | 10.18 | 2.71 | - |
| YUV | 68.89 | 110.01 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 37 | 0 | 0.89 | 0.79 | 0.30 | 353.25 | 0.81 | 0.39 |
| Hex | B3 | 13 | 25 | 0 | 59 | 4F | 1E | 161 | 51 | 27 |
| Octal | 263 | 23 | 45 | 0 | 131 | 117 | 36 | 541 | 121 | 47 |
| Binary | 10110011 | 10011 | 100101 | 0 | 1011001 | 1001111 | 11110 | 101100001 | 1010001 | 100111 |
Color Harmonies of #B31325
Complementary color
Monochromatic Colors of #B31325
Black with #B31325
Text Example
Text Example
White with #B31325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31325; }
p { color: rgb(179,19,37); }
H1.HeaderClassName
{
color: #B31325;
}
.AnyTagClassName
{
color: #B31325;
}
</style>
background-color css
<style>
a { background-color: #B31325; }
a { background-color: rgb(179,19,37); }
div.DivClassName
{
background-color: #B31325;
}
.BgClassName
{
background-color: #B31325;
}
</style>
border-color css
<style>
span { border-color: #B31325; }
span { border-color: rgb(179,19,37); }
td.TdClassName
{
border-color: #B31325;
}
.TagClassName
{
border-color: #B31325;
}
</style>