Shades of Fire Engine Red #BF0E2B
Tints of Fire Engine Red #BF0E2B
RGB
CMYK
RGB Variations
Color information
#BF0E2B (or 0xBF0E2B) is known color: Fire Engine Red. HEX triplet: BF, 0E and 2B. RGB value is (191,14,43). Sum of RGB (Red+Green+Blue) = 191+14+43=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E2B is #40F1D4. Grayscale: #464646. Windows color (decimal): -4256213 or 2821823. OLE color: 2821823.
HSL color Cylindrical-coordinate representation of color #BF0E2B: hue angle of 350.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E2B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 14 | 43 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.25 |
| HSL | 350.17º | 0.86% | 0.4% | - |
| HSV(B) | 350.17º | 0.93% | 0.75% | - |
| XYZ | 22.08 | 11.56 | 3.35 | - |
| YUV | 70.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 14 | 43 | 0 | 0.93 | 0.77 | 0.25 | 350.17 | 0.86 | 0.4 |
| Hex | BF | E | 2B | 0 | 5D | 4D | 19 | 15E | 56 | 28 |
| Octal | 277 | 16 | 53 | 0 | 135 | 115 | 31 | 536 | 126 | 50 |
| Binary | 10111111 | 1110 | 101011 | 0 | 1011101 | 1001101 | 11001 | 101011110 | 1010110 | 101000 |
Color Harmonies of #BF0E2B
Complementary color
Monochromatic Colors of #BF0E2B
Black with #BF0E2B
Text Example
Text Example
White with #BF0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0E2B; }
p { color: rgb(191,14,43); }
H1.HeaderClassName
{
color: #BF0E2B;
}
.AnyTagClassName
{
color: #BF0E2B;
}
</style>
background-color css
<style>
a { background-color: #BF0E2B; }
a { background-color: rgb(191,14,43); }
div.DivClassName
{
background-color: #BF0E2B;
}
.BgClassName
{
background-color: #BF0E2B;
}
</style>
border-color css
<style>
span { border-color: #BF0E2B; }
span { border-color: rgb(191,14,43); }
td.TdClassName
{
border-color: #BF0E2B;
}
.TagClassName
{
border-color: #BF0E2B;
}
</style>