Shades of Fire Engine Red #B51725
Tints of Fire Engine Red #B51725
RGB
CMYK
RGB Variations
Color information
#B51725 (or 0xB51725) is known color: Fire Engine Red. HEX triplet: B5, 17 and 25. RGB value is (181,23,37). Sum of RGB (Red+Green+Blue) = 181+23+37=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B51725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51725 is #4AE8DA. Grayscale: #474747. Windows color (decimal): -4909275 or 2430901. OLE color: 2430901.
HSL color Cylindrical-coordinate representation of color #B51725: hue angle of 354.68º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51725 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 37 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.29 |
| HSL | 354.68º | 0.77% | 0.4% | - |
| HSV(B) | 354.68º | 0.87% | 0.71% | - |
| XYZ | 19.7 | 10.57 | 2.75 | - |
| YUV | 71.84 | 108.35 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 37 | 0 | 0.87 | 0.80 | 0.29 | 354.68 | 0.77 | 0.4 |
| Hex | B5 | 17 | 25 | 0 | 57 | 50 | 1D | 163 | 4D | 28 |
| Octal | 265 | 27 | 45 | 0 | 127 | 120 | 35 | 543 | 115 | 50 |
| Binary | 10110101 | 10111 | 100101 | 0 | 1010111 | 1010000 | 11101 | 101100011 | 1001101 | 101000 |
Color Harmonies of #B51725
Complementary color
Monochromatic Colors of #B51725
Black with #B51725
Text Example
Text Example
White with #B51725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51725; }
p { color: rgb(181,23,37); }
H1.HeaderClassName
{
color: #B51725;
}
.AnyTagClassName
{
color: #B51725;
}
</style>
background-color css
<style>
a { background-color: #B51725; }
a { background-color: rgb(181,23,37); }
div.DivClassName
{
background-color: #B51725;
}
.BgClassName
{
background-color: #B51725;
}
</style>
border-color css
<style>
span { border-color: #B51725; }
span { border-color: rgb(181,23,37); }
td.TdClassName
{
border-color: #B51725;
}
.TagClassName
{
border-color: #B51725;
}
</style>