Shades of Fire Engine Red #BF1725
Tints of Fire Engine Red #BF1725
RGB
CMYK
RGB Variations
Color information
#BF1725 (or 0xBF1725) is known color: Fire Engine Red. HEX triplet: BF, 17 and 25. RGB value is (191,23,37). Sum of RGB (Red+Green+Blue) = 191+23+37=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1725 is #40E8DA. Grayscale: #4A4A4A. Windows color (decimal): -4253915 or 2430911. OLE color: 2430911.
HSL color Cylindrical-coordinate representation of color #BF1725: hue angle of 355º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1725 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 37 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.25 |
| HSL | 355º | 0.79% | 0.42% | - |
| HSV(B) | 355º | 0.88% | 0.75% | - |
| XYZ | 22.13 | 11.82 | 2.87 | - |
| YUV | 74.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 37 | 0 | 0.88 | 0.81 | 0.25 | 355 | 0.79 | 0.42 |
| Hex | BF | 17 | 25 | 0 | 58 | 51 | 19 | 163 | 4F | 2A |
| Octal | 277 | 27 | 45 | 0 | 130 | 121 | 31 | 543 | 117 | 52 |
| Binary | 10111111 | 10111 | 100101 | 0 | 1011000 | 1010001 | 11001 | 101100011 | 1001111 | 101010 |
Color Harmonies of #BF1725
Complementary color
Monochromatic Colors of #BF1725
Black with #BF1725
Text Example
Text Example
White with #BF1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1725; }
p { color: rgb(191,23,37); }
H1.HeaderClassName
{
color: #BF1725;
}
.AnyTagClassName
{
color: #BF1725;
}
</style>
background-color css
<style>
a { background-color: #BF1725; }
a { background-color: rgb(191,23,37); }
div.DivClassName
{
background-color: #BF1725;
}
.BgClassName
{
background-color: #BF1725;
}
</style>
border-color css
<style>
span { border-color: #BF1725; }
span { border-color: rgb(191,23,37); }
td.TdClassName
{
border-color: #BF1725;
}
.TagClassName
{
border-color: #BF1725;
}
</style>