Shades of Fire Engine Red #BF0C27
Tints of Fire Engine Red #BF0C27
RGB
CMYK
RGB Variations
Color information
#BF0C27 (or 0xBF0C27) is known color: Fire Engine Red. HEX triplet: BF, 0C and 27. RGB value is (191,12,39). Sum of RGB (Red+Green+Blue) = 191+12+39=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C27 is #40F3D8. Grayscale: #444444. Windows color (decimal): -4256729 or 2559167. OLE color: 2559167.
HSL color Cylindrical-coordinate representation of color #BF0C27: hue angle of 350.95º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C27 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 39 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.25 |
| HSL | 350.95º | 0.88% | 0.4% | - |
| HSV(B) | 350.95º | 0.94% | 0.75% | - |
| XYZ | 21.98 | 11.49 | 2.98 | - |
| YUV | 68.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 39 | 0 | 0.94 | 0.80 | 0.25 | 350.95 | 0.88 | 0.4 |
| Hex | BF | C | 27 | 0 | 5E | 50 | 19 | 15F | 58 | 28 |
| Octal | 277 | 14 | 47 | 0 | 136 | 120 | 31 | 537 | 130 | 50 |
| Binary | 10111111 | 1100 | 100111 | 0 | 1011110 | 1010000 | 11001 | 101011111 | 1011000 | 101000 |
Color Harmonies of #BF0C27
Complementary color
Monochromatic Colors of #BF0C27
Black with #BF0C27
Text Example
Text Example
White with #BF0C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C27; }
p { color: rgb(191,12,39); }
H1.HeaderClassName
{
color: #BF0C27;
}
.AnyTagClassName
{
color: #BF0C27;
}
</style>
background-color css
<style>
a { background-color: #BF0C27; }
a { background-color: rgb(191,12,39); }
div.DivClassName
{
background-color: #BF0C27;
}
.BgClassName
{
background-color: #BF0C27;
}
</style>
border-color css
<style>
span { border-color: #BF0C27; }
span { border-color: rgb(191,12,39); }
td.TdClassName
{
border-color: #BF0C27;
}
.TagClassName
{
border-color: #BF0C27;
}
</style>