Shades of Fire Engine Red #BF1427
Tints of Fire Engine Red #BF1427
RGB
CMYK
RGB Variations
Color information
#BF1427 (or 0xBF1427) is known color: Fire Engine Red. HEX triplet: BF, 14 and 27. RGB value is (191,20,39). Sum of RGB (Red+Green+Blue) = 191+20+39=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1427 is #40EBD8. Grayscale: #494949. Windows color (decimal): -4254681 or 2561215. OLE color: 2561215.
HSL color Cylindrical-coordinate representation of color #BF1427: hue angle of 353.33º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1427 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 39 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.25 |
| HSL | 353.33º | 0.81% | 0.41% | - |
| HSV(B) | 353.33º | 0.9% | 0.75% | - |
| XYZ | 22.1 | 11.72 | 3.02 | - |
| YUV | 73.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 39 | 0 | 0.90 | 0.80 | 0.25 | 353.33 | 0.81 | 0.41 |
| Hex | BF | 14 | 27 | 0 | 5A | 50 | 19 | 161 | 51 | 29 |
| Octal | 277 | 24 | 47 | 0 | 132 | 120 | 31 | 541 | 121 | 51 |
| Binary | 10111111 | 10100 | 100111 | 0 | 1011010 | 1010000 | 11001 | 101100001 | 1010001 | 101001 |
Color Harmonies of #BF1427
Complementary color
Monochromatic Colors of #BF1427
Black with #BF1427
Text Example
Text Example
White with #BF1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1427; }
p { color: rgb(191,20,39); }
H1.HeaderClassName
{
color: #BF1427;
}
.AnyTagClassName
{
color: #BF1427;
}
</style>
background-color css
<style>
a { background-color: #BF1427; }
a { background-color: rgb(191,20,39); }
div.DivClassName
{
background-color: #BF1427;
}
.BgClassName
{
background-color: #BF1427;
}
</style>
border-color css
<style>
span { border-color: #BF1427; }
span { border-color: rgb(191,20,39); }
td.TdClassName
{
border-color: #BF1427;
}
.TagClassName
{
border-color: #BF1427;
}
</style>