Shades of Fire Engine Red #B81925
Tints of Fire Engine Red #B81925
RGB
CMYK
RGB Variations
Color information
#B81925 (or 0xB81925) is known color: Fire Engine Red. HEX triplet: B8, 19 and 25. RGB value is (184,25,37). Sum of RGB (Red+Green+Blue) = 184+25+37=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B81925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81925 is #47E6DA. Grayscale: #4A4A4A. Windows color (decimal): -4712155 or 2431416. OLE color: 2431416.
HSL color Cylindrical-coordinate representation of color #B81925: hue angle of 355.47º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81925 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 37 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.28 |
| HSL | 355.47º | 0.76% | 0.41% | - |
| HSV(B) | 355.47º | 0.86% | 0.72% | - |
| XYZ | 20.45 | 11.02 | 2.8 | - |
| YUV | 73.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 37 | 0 | 0.86 | 0.80 | 0.28 | 355.47 | 0.76 | 0.41 |
| Hex | B8 | 19 | 25 | 0 | 56 | 50 | 1C | 163 | 4C | 29 |
| Octal | 270 | 31 | 45 | 0 | 126 | 120 | 34 | 543 | 114 | 51 |
| Binary | 10111000 | 11001 | 100101 | 0 | 1010110 | 1010000 | 11100 | 101100011 | 1001100 | 101001 |
Color Harmonies of #B81925
Complementary color
Monochromatic Colors of #B81925
Black with #B81925
Text Example
Text Example
White with #B81925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81925; }
p { color: rgb(184,25,37); }
H1.HeaderClassName
{
color: #B81925;
}
.AnyTagClassName
{
color: #B81925;
}
</style>
background-color css
<style>
a { background-color: #B81925; }
a { background-color: rgb(184,25,37); }
div.DivClassName
{
background-color: #B81925;
}
.BgClassName
{
background-color: #B81925;
}
</style>
border-color css
<style>
span { border-color: #B81925; }
span { border-color: rgb(184,25,37); }
td.TdClassName
{
border-color: #B81925;
}
.TagClassName
{
border-color: #B81925;
}
</style>