Shades of Fire Engine Red #BF1A1F
Tints of Fire Engine Red #BF1A1F
RGB
CMYK
RGB Variations
Color information
#BF1A1F (or 0xBF1A1F) is known color: Fire Engine Red. HEX triplet: BF, 1A and 1F. RGB value is (191,26,31). Sum of RGB (Red+Green+Blue) = 191+26+31=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1A1F is #40E5E0. Grayscale: #4C4C4C. Windows color (decimal): -4253153 or 2038463. OLE color: 2038463.
HSL color Cylindrical-coordinate representation of color #BF1A1F: hue angle of 358.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A1F is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 26 | 31 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.25 |
| HSL | 358.18º | 0.76% | 0.43% | - |
| HSV(B) | 358.18º | 0.86% | 0.75% | - |
| XYZ | 22.1 | 11.91 | 2.43 | - |
| YUV | 75.91 | 102.66 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 31 | 0 | 0.86 | 0.84 | 0.25 | 358.18 | 0.76 | 0.43 |
| Hex | BF | 1A | 1F | 0 | 56 | 54 | 19 | 166 | 4C | 2B |
| Octal | 277 | 32 | 37 | 0 | 126 | 124 | 31 | 546 | 114 | 53 |
| Binary | 10111111 | 11010 | 11111 | 0 | 1010110 | 1010100 | 11001 | 101100110 | 1001100 | 101011 |
Color Harmonies of #BF1A1F
Complementary color
Monochromatic Colors of #BF1A1F
Black with #BF1A1F
Text Example
Text Example
White with #BF1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1A1F; }
p { color: rgb(191,26,31); }
H1.HeaderClassName
{
color: #BF1A1F;
}
.AnyTagClassName
{
color: #BF1A1F;
}
</style>
background-color css
<style>
a { background-color: #BF1A1F; }
a { background-color: rgb(191,26,31); }
div.DivClassName
{
background-color: #BF1A1F;
}
.BgClassName
{
background-color: #BF1A1F;
}
</style>
border-color css
<style>
span { border-color: #BF1A1F; }
span { border-color: rgb(191,26,31); }
td.TdClassName
{
border-color: #BF1A1F;
}
.TagClassName
{
border-color: #BF1A1F;
}
</style>