Shades of Fire Engine Red #BF1920
Tints of Fire Engine Red #BF1920
RGB
CMYK
RGB Variations
Color information
#BF1920 (or 0xBF1920) is known color: Fire Engine Red. HEX triplet: BF, 19 and 20. RGB value is (191,25,32). Sum of RGB (Red+Green+Blue) = 191+25+32=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1920 is #40E6DF. Grayscale: #4B4B4B. Windows color (decimal): -4253408 or 2103743. OLE color: 2103743.
HSL color Cylindrical-coordinate representation of color #BF1920: hue angle of 357.47º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1920 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 32 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.25 |
| HSL | 357.47º | 0.77% | 0.42% | - |
| HSV(B) | 357.47º | 0.87% | 0.75% | - |
| XYZ | 22.09 | 11.88 | 2.49 | - |
| YUV | 75.43 | 103.5 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 32 | 0 | 0.87 | 0.83 | 0.25 | 357.47 | 0.77 | 0.42 |
| Hex | BF | 19 | 20 | 0 | 57 | 53 | 19 | 165 | 4D | 2A |
| Octal | 277 | 31 | 40 | 0 | 127 | 123 | 31 | 545 | 115 | 52 |
| Binary | 10111111 | 11001 | 100000 | 0 | 1010111 | 1010011 | 11001 | 101100101 | 1001101 | 101010 |
Color Harmonies of #BF1920
Complementary color
Monochromatic Colors of #BF1920
Black with #BF1920
Text Example
Text Example
White with #BF1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1920; }
p { color: rgb(191,25,32); }
H1.HeaderClassName
{
color: #BF1920;
}
.AnyTagClassName
{
color: #BF1920;
}
</style>
background-color css
<style>
a { background-color: #BF1920; }
a { background-color: rgb(191,25,32); }
div.DivClassName
{
background-color: #BF1920;
}
.BgClassName
{
background-color: #BF1920;
}
</style>
border-color css
<style>
span { border-color: #BF1920; }
span { border-color: rgb(191,25,32); }
td.TdClassName
{
border-color: #BF1920;
}
.TagClassName
{
border-color: #BF1920;
}
</style>