Shades of Fire Engine Red #BF1129
Tints of Fire Engine Red #BF1129
RGB
CMYK
RGB Variations
Color information
#BF1129 (or 0xBF1129) is known color: Fire Engine Red. HEX triplet: BF, 11 and 29. RGB value is (191,17,41). Sum of RGB (Red+Green+Blue) = 191+17+41=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1129 is #40EED6. Grayscale: #474747. Windows color (decimal): -4255447 or 2691519. OLE color: 2691519.
HSL color Cylindrical-coordinate representation of color #BF1129: hue angle of 351.72º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1129 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 41 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.25 |
| HSL | 351.72º | 0.84% | 0.41% | - |
| HSV(B) | 351.72º | 0.91% | 0.75% | - |
| XYZ | 22.09 | 11.64 | 3.18 | - |
| YUV | 71.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 41 | 0 | 0.91 | 0.79 | 0.25 | 351.72 | 0.84 | 0.41 |
| Hex | BF | 11 | 29 | 0 | 5B | 4F | 19 | 160 | 54 | 29 |
| Octal | 277 | 21 | 51 | 0 | 133 | 117 | 31 | 540 | 124 | 51 |
| Binary | 10111111 | 10001 | 101001 | 0 | 1011011 | 1001111 | 11001 | 101100000 | 1010100 | 101001 |
Color Harmonies of #BF1129
Complementary color
Monochromatic Colors of #BF1129
Black with #BF1129
Text Example
Text Example
White with #BF1129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1129; }
p { color: rgb(191,17,41); }
H1.HeaderClassName
{
color: #BF1129;
}
.AnyTagClassName
{
color: #BF1129;
}
</style>
background-color css
<style>
a { background-color: #BF1129; }
a { background-color: rgb(191,17,41); }
div.DivClassName
{
background-color: #BF1129;
}
.BgClassName
{
background-color: #BF1129;
}
</style>
border-color css
<style>
span { border-color: #BF1129; }
span { border-color: rgb(191,17,41); }
td.TdClassName
{
border-color: #BF1129;
}
.TagClassName
{
border-color: #BF1129;
}
</style>