Shades of Fire Engine Red #BF0F24
Tints of Fire Engine Red #BF0F24
RGB
CMYK
RGB Variations
Color information
#BF0F24 (or 0xBF0F24) is known color: Fire Engine Red. HEX triplet: BF, 0F and 24. RGB value is (191,15,36). Sum of RGB (Red+Green+Blue) = 191+15+36=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F24 is #40F0DB. Grayscale: #464646. Windows color (decimal): -4255964 or 2363327. OLE color: 2363327.
HSL color Cylindrical-coordinate representation of color #BF0F24: hue angle of 352.84º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F24 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 36 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.25 |
| HSL | 352.84º | 0.85% | 0.4% | - |
| HSV(B) | 352.84º | 0.92% | 0.75% | - |
| XYZ | 21.98 | 11.55 | 2.74 | - |
| YUV | 70.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 36 | 0 | 0.92 | 0.81 | 0.25 | 352.84 | 0.85 | 0.4 |
| Hex | BF | F | 24 | 0 | 5C | 51 | 19 | 161 | 55 | 28 |
| Octal | 277 | 17 | 44 | 0 | 134 | 121 | 31 | 541 | 125 | 50 |
| Binary | 10111111 | 1111 | 100100 | 0 | 1011100 | 1010001 | 11001 | 101100001 | 1010101 | 101000 |
Color Harmonies of #BF0F24
Complementary color
Monochromatic Colors of #BF0F24
Black with #BF0F24
Text Example
Text Example
White with #BF0F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F24; }
p { color: rgb(191,15,36); }
H1.HeaderClassName
{
color: #BF0F24;
}
.AnyTagClassName
{
color: #BF0F24;
}
</style>
background-color css
<style>
a { background-color: #BF0F24; }
a { background-color: rgb(191,15,36); }
div.DivClassName
{
background-color: #BF0F24;
}
.BgClassName
{
background-color: #BF0F24;
}
</style>
border-color css
<style>
span { border-color: #BF0F24; }
span { border-color: rgb(191,15,36); }
td.TdClassName
{
border-color: #BF0F24;
}
.TagClassName
{
border-color: #BF0F24;
}
</style>