Shades of Fire Engine Red #BF1627
Tints of Fire Engine Red #BF1627
RGB
CMYK
RGB Variations
Color information
#BF1627 (or 0xBF1627) is known color: Fire Engine Red. HEX triplet: BF, 16 and 27. RGB value is (191,22,39). Sum of RGB (Red+Green+Blue) = 191+22+39=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1627 is #40E9D8. Grayscale: #4A4A4A. Windows color (decimal): -4254169 or 2561727. OLE color: 2561727.
HSL color Cylindrical-coordinate representation of color #BF1627: hue angle of 353.96º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1627 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 39 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.25 |
| HSL | 353.96º | 0.79% | 0.42% | - |
| HSV(B) | 353.96º | 0.88% | 0.75% | - |
| XYZ | 22.14 | 11.8 | 3.03 | - |
| YUV | 74.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 39 | 0 | 0.88 | 0.80 | 0.25 | 353.96 | 0.79 | 0.42 |
| Hex | BF | 16 | 27 | 0 | 58 | 50 | 19 | 162 | 4F | 2A |
| Octal | 277 | 26 | 47 | 0 | 130 | 120 | 31 | 542 | 117 | 52 |
| Binary | 10111111 | 10110 | 100111 | 0 | 1011000 | 1010000 | 11001 | 101100010 | 1001111 | 101010 |
Color Harmonies of #BF1627
Complementary color
Monochromatic Colors of #BF1627
Black with #BF1627
Text Example
Text Example
White with #BF1627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1627; }
p { color: rgb(191,22,39); }
H1.HeaderClassName
{
color: #BF1627;
}
.AnyTagClassName
{
color: #BF1627;
}
</style>
background-color css
<style>
a { background-color: #BF1627; }
a { background-color: rgb(191,22,39); }
div.DivClassName
{
background-color: #BF1627;
}
.BgClassName
{
background-color: #BF1627;
}
</style>
border-color css
<style>
span { border-color: #BF1627; }
span { border-color: rgb(191,22,39); }
td.TdClassName
{
border-color: #BF1627;
}
.TagClassName
{
border-color: #BF1627;
}
</style>