Shades of Fire Engine Red #B91725
Tints of Fire Engine Red #B91725
RGB
CMYK
RGB Variations
Color information
#B91725 (or 0xB91725) is known color: Fire Engine Red. HEX triplet: B9, 17 and 25. RGB value is (185,23,37). Sum of RGB (Red+Green+Blue) = 185+23+37=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B91725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91725 is #46E8DA. Grayscale: #494949. Windows color (decimal): -4647131 or 2430905. OLE color: 2430905.
HSL color Cylindrical-coordinate representation of color #B91725: hue angle of 354.81º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91725 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 37 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.27 |
| HSL | 354.81º | 0.78% | 0.41% | - |
| HSV(B) | 354.81º | 0.88% | 0.73% | - |
| XYZ | 20.65 | 11.06 | 2.8 | - |
| YUV | 73.03 | 107.67 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 37 | 0 | 0.88 | 0.80 | 0.27 | 354.81 | 0.78 | 0.41 |
| Hex | B9 | 17 | 25 | 0 | 58 | 50 | 1B | 163 | 4E | 29 |
| Octal | 271 | 27 | 45 | 0 | 130 | 120 | 33 | 543 | 116 | 51 |
| Binary | 10111001 | 10111 | 100101 | 0 | 1011000 | 1010000 | 11011 | 101100011 | 1001110 | 101001 |
Color Harmonies of #B91725
Complementary color
Monochromatic Colors of #B91725
Black with #B91725
Text Example
Text Example
White with #B91725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91725; }
p { color: rgb(185,23,37); }
H1.HeaderClassName
{
color: #B91725;
}
.AnyTagClassName
{
color: #B91725;
}
</style>
background-color css
<style>
a { background-color: #B91725; }
a { background-color: rgb(185,23,37); }
div.DivClassName
{
background-color: #B91725;
}
.BgClassName
{
background-color: #B91725;
}
</style>
border-color css
<style>
span { border-color: #B91725; }
span { border-color: rgb(185,23,37); }
td.TdClassName
{
border-color: #B91725;
}
.TagClassName
{
border-color: #B91725;
}
</style>