Shades of Fire Engine Red #BF0F28
Tints of Fire Engine Red #BF0F28
RGB
CMYK
RGB Variations
Color information
#BF0F28 (or 0xBF0F28) is known color: Fire Engine Red. HEX triplet: BF, 0F and 28. RGB value is (191,15,40). Sum of RGB (Red+Green+Blue) = 191+15+40=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F28 is #40F0D7. Grayscale: #464646. Windows color (decimal): -4255960 or 2625471. OLE color: 2625471.
HSL color Cylindrical-coordinate representation of color #BF0F28: hue angle of 351.48º 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 #BF0F28 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 40 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.25 |
| HSL | 351.48º | 0.85% | 0.4% | - |
| HSV(B) | 351.48º | 0.92% | 0.75% | - |
| XYZ | 22.04 | 11.57 | 3.08 | - |
| YUV | 70.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 40 | 0 | 0.92 | 0.79 | 0.25 | 351.48 | 0.85 | 0.4 |
| Hex | BF | F | 28 | 0 | 5C | 4F | 19 | 15F | 55 | 28 |
| Octal | 277 | 17 | 50 | 0 | 134 | 117 | 31 | 537 | 125 | 50 |
| Binary | 10111111 | 1111 | 101000 | 0 | 1011100 | 1001111 | 11001 | 101011111 | 1010101 | 101000 |
Color Harmonies of #BF0F28
Complementary color
Monochromatic Colors of #BF0F28
Black with #BF0F28
Text Example
Text Example
White with #BF0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F28; }
p { color: rgb(191,15,40); }
H1.HeaderClassName
{
color: #BF0F28;
}
.AnyTagClassName
{
color: #BF0F28;
}
</style>
background-color css
<style>
a { background-color: #BF0F28; }
a { background-color: rgb(191,15,40); }
div.DivClassName
{
background-color: #BF0F28;
}
.BgClassName
{
background-color: #BF0F28;
}
</style>
border-color css
<style>
span { border-color: #BF0F28; }
span { border-color: rgb(191,15,40); }
td.TdClassName
{
border-color: #BF0F28;
}
.TagClassName
{
border-color: #BF0F28;
}
</style>