Shades of Fire Engine Red #BF131D
Tints of Fire Engine Red #BF131D
RGB
CMYK
RGB Variations
Color information
#BF131D (or 0xBF131D) is known color: Fire Engine Red. HEX triplet: BF, 13 and 1D. RGB value is (191,19,29). Sum of RGB (Red+Green+Blue) = 191+19+29=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF131D is #40ECE2. Grayscale: #474747. Windows color (decimal): -4254947 or 1905599. OLE color: 1905599.
HSL color Cylindrical-coordinate representation of color #BF131D: hue angle of 356.51º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF131D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 29 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.25 |
| HSL | 356.51º | 0.82% | 0.41% | - |
| HSV(B) | 356.51º | 0.9% | 0.75% | - |
| XYZ | 21.94 | 11.63 | 2.25 | - |
| YUV | 71.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 29 | 0 | 0.90 | 0.85 | 0.25 | 356.51 | 0.82 | 0.41 |
| Hex | BF | 13 | 1D | 0 | 5A | 55 | 19 | 165 | 52 | 29 |
| Octal | 277 | 23 | 35 | 0 | 132 | 125 | 31 | 545 | 122 | 51 |
| Binary | 10111111 | 10011 | 11101 | 0 | 1011010 | 1010101 | 11001 | 101100101 | 1010010 | 101001 |
Color Harmonies of #BF131D
Complementary color
Monochromatic Colors of #BF131D
Black with #BF131D
Text Example
Text Example
White with #BF131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF131D; }
p { color: rgb(191,19,29); }
H1.HeaderClassName
{
color: #BF131D;
}
.AnyTagClassName
{
color: #BF131D;
}
</style>
background-color css
<style>
a { background-color: #BF131D; }
a { background-color: rgb(191,19,29); }
div.DivClassName
{
background-color: #BF131D;
}
.BgClassName
{
background-color: #BF131D;
}
</style>
border-color css
<style>
span { border-color: #BF131D; }
span { border-color: rgb(191,19,29); }
td.TdClassName
{
border-color: #BF131D;
}
.TagClassName
{
border-color: #BF131D;
}
</style>