Shades of Fire Engine Red #BF1027
Tints of Fire Engine Red #BF1027
RGB
CMYK
RGB Variations
Color information
#BF1027 (or 0xBF1027) is known color: Fire Engine Red. HEX triplet: BF, 10 and 27. RGB value is (191,16,39). Sum of RGB (Red+Green+Blue) = 191+16+39=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1027 is #40EFD8. Grayscale: #474747. Windows color (decimal): -4255705 or 2560191. OLE color: 2560191.
HSL color Cylindrical-coordinate representation of color #BF1027: hue angle of 352.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1027 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 39 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.25 |
| HSL | 352.11º | 0.85% | 0.41% | - |
| HSV(B) | 352.11º | 0.92% | 0.75% | - |
| XYZ | 22.04 | 11.59 | 3 | - |
| YUV | 70.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 39 | 0 | 0.92 | 0.80 | 0.25 | 352.11 | 0.85 | 0.41 |
| Hex | BF | 10 | 27 | 0 | 5C | 50 | 19 | 160 | 55 | 29 |
| Octal | 277 | 20 | 47 | 0 | 134 | 120 | 31 | 540 | 125 | 51 |
| Binary | 10111111 | 10000 | 100111 | 0 | 1011100 | 1010000 | 11001 | 101100000 | 1010101 | 101001 |
Color Harmonies of #BF1027
Complementary color
Monochromatic Colors of #BF1027
Black with #BF1027
Text Example
Text Example
White with #BF1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1027; }
p { color: rgb(191,16,39); }
H1.HeaderClassName
{
color: #BF1027;
}
.AnyTagClassName
{
color: #BF1027;
}
</style>
background-color css
<style>
a { background-color: #BF1027; }
a { background-color: rgb(191,16,39); }
div.DivClassName
{
background-color: #BF1027;
}
.BgClassName
{
background-color: #BF1027;
}
</style>
border-color css
<style>
span { border-color: #BF1027; }
span { border-color: rgb(191,16,39); }
td.TdClassName
{
border-color: #BF1027;
}
.TagClassName
{
border-color: #BF1027;
}
</style>