Shades of Fire Engine Red #BF1921
Tints of Fire Engine Red #BF1921
RGB
CMYK
RGB Variations
Color information
#BF1921 (or 0xBF1921) is known color: Fire Engine Red. HEX triplet: BF, 19 and 21. RGB value is (191,25,33). Sum of RGB (Red+Green+Blue) = 191+25+33=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1921 is #40E6DE. Grayscale: #4B4B4B. Windows color (decimal): -4253407 or 2169279. OLE color: 2169279.
HSL color Cylindrical-coordinate representation of color #BF1921: hue angle of 357.11º 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 #BF1921 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 33 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.25 |
| HSL | 357.11º | 0.77% | 0.42% | - |
| HSV(B) | 357.11º | 0.87% | 0.75% | - |
| XYZ | 22.11 | 11.88 | 2.57 | - |
| YUV | 75.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 33 | 0 | 0.87 | 0.83 | 0.25 | 357.11 | 0.77 | 0.42 |
| Hex | BF | 19 | 21 | 0 | 57 | 53 | 19 | 165 | 4D | 2A |
| Octal | 277 | 31 | 41 | 0 | 127 | 123 | 31 | 545 | 115 | 52 |
| Binary | 10111111 | 11001 | 100001 | 0 | 1010111 | 1010011 | 11001 | 101100101 | 1001101 | 101010 |
Color Harmonies of #BF1921
Complementary color
Monochromatic Colors of #BF1921
Black with #BF1921
Text Example
Text Example
White with #BF1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1921; }
p { color: rgb(191,25,33); }
H1.HeaderClassName
{
color: #BF1921;
}
.AnyTagClassName
{
color: #BF1921;
}
</style>
background-color css
<style>
a { background-color: #BF1921; }
a { background-color: rgb(191,25,33); }
div.DivClassName
{
background-color: #BF1921;
}
.BgClassName
{
background-color: #BF1921;
}
</style>
border-color css
<style>
span { border-color: #BF1921; }
span { border-color: rgb(191,25,33); }
td.TdClassName
{
border-color: #BF1921;
}
.TagClassName
{
border-color: #BF1921;
}
</style>