Shades of Fire Engine Red #BF112A
Tints of Fire Engine Red #BF112A
RGB
CMYK
RGB Variations
Color information
#BF112A (or 0xBF112A) is known color: Fire Engine Red. HEX triplet: BF, 11 and 2A. RGB value is (191,17,42). Sum of RGB (Red+Green+Blue) = 191+17+42=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF112A is #40EED5. Grayscale: #474747. Windows color (decimal): -4255446 or 2757055. OLE color: 2757055.
HSL color Cylindrical-coordinate representation of color #BF112A: hue angle of 351.38º 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 #BF112A is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 42 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.25 |
| HSL | 351.38º | 0.84% | 0.41% | - |
| HSV(B) | 351.38º | 0.91% | 0.75% | - |
| XYZ | 22.1 | 11.64 | 3.27 | - |
| YUV | 71.88 | 111.15 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 42 | 0 | 0.91 | 0.78 | 0.25 | 351.38 | 0.84 | 0.41 |
| Hex | BF | 11 | 2A | 0 | 5B | 4E | 19 | 15F | 54 | 29 |
| Octal | 277 | 21 | 52 | 0 | 133 | 116 | 31 | 537 | 124 | 51 |
| Binary | 10111111 | 10001 | 101010 | 0 | 1011011 | 1001110 | 11001 | 101011111 | 1010100 | 101001 |
Color Harmonies of #BF112A
Complementary color
Monochromatic Colors of #BF112A
Black with #BF112A
Text Example
Text Example
White with #BF112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF112A; }
p { color: rgb(191,17,42); }
H1.HeaderClassName
{
color: #BF112A;
}
.AnyTagClassName
{
color: #BF112A;
}
</style>
background-color css
<style>
a { background-color: #BF112A; }
a { background-color: rgb(191,17,42); }
div.DivClassName
{
background-color: #BF112A;
}
.BgClassName
{
background-color: #BF112A;
}
</style>
border-color css
<style>
span { border-color: #BF112A; }
span { border-color: rgb(191,17,42); }
td.TdClassName
{
border-color: #BF112A;
}
.TagClassName
{
border-color: #BF112A;
}
</style>