Shades of Fire Engine Red #BF0D2B
Tints of Fire Engine Red #BF0D2B
RGB
CMYK
RGB Variations
Color information
#BF0D2B (or 0xBF0D2B) is known color: Fire Engine Red. HEX triplet: BF, 0D and 2B. RGB value is (191,13,43). Sum of RGB (Red+Green+Blue) = 191+13+43=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0D2B is #40F2D4. Grayscale: #454545. Windows color (decimal): -4256469 or 2821567. OLE color: 2821567.
HSL color Cylindrical-coordinate representation of color #BF0D2B: hue angle of 349.89º degrees, saturation: 0.87, 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 #BF0D2B is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 43 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.25 |
| HSL | 349.89º | 0.87% | 0.4% | - |
| HSV(B) | 349.89º | 0.93% | 0.75% | - |
| XYZ | 22.07 | 11.54 | 3.35 | - |
| YUV | 69.64 | 112.97 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 43 | 0 | 0.93 | 0.77 | 0.25 | 349.89 | 0.87 | 0.4 |
| Hex | BF | D | 2B | 0 | 5D | 4D | 19 | 15E | 57 | 28 |
| Octal | 277 | 15 | 53 | 0 | 135 | 115 | 31 | 536 | 127 | 50 |
| Binary | 10111111 | 1101 | 101011 | 0 | 1011101 | 1001101 | 11001 | 101011110 | 1010111 | 101000 |
Color Harmonies of #BF0D2B
Complementary color
Monochromatic Colors of #BF0D2B
Black with #BF0D2B
Text Example
Text Example
White with #BF0D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0D2B; }
p { color: rgb(191,13,43); }
H1.HeaderClassName
{
color: #BF0D2B;
}
.AnyTagClassName
{
color: #BF0D2B;
}
</style>
background-color css
<style>
a { background-color: #BF0D2B; }
a { background-color: rgb(191,13,43); }
div.DivClassName
{
background-color: #BF0D2B;
}
.BgClassName
{
background-color: #BF0D2B;
}
</style>
border-color css
<style>
span { border-color: #BF0D2B; }
span { border-color: rgb(191,13,43); }
td.TdClassName
{
border-color: #BF0D2B;
}
.TagClassName
{
border-color: #BF0D2B;
}
</style>