Shades of Fire Engine Red #BF1327
Tints of Fire Engine Red #BF1327
RGB
CMYK
RGB Variations
Color information
#BF1327 (or 0xBF1327) is known color: Fire Engine Red. HEX triplet: BF, 13 and 27. RGB value is (191,19,39). Sum of RGB (Red+Green+Blue) = 191+19+39=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1327 is #40ECD8. Grayscale: #484848. Windows color (decimal): -4254937 or 2560959. OLE color: 2560959.
HSL color Cylindrical-coordinate representation of color #BF1327: hue angle of 353.02º degrees, saturation: 0.82, 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 #BF1327 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 39 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.25 |
| HSL | 353.02º | 0.82% | 0.41% | - |
| HSV(B) | 353.02º | 0.9% | 0.75% | - |
| XYZ | 22.08 | 11.69 | 3.01 | - |
| YUV | 72.71 | 108.98 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 39 | 0 | 0.90 | 0.80 | 0.25 | 353.02 | 0.82 | 0.41 |
| Hex | BF | 13 | 27 | 0 | 5A | 50 | 19 | 161 | 52 | 29 |
| Octal | 277 | 23 | 47 | 0 | 132 | 120 | 31 | 541 | 122 | 51 |
| Binary | 10111111 | 10011 | 100111 | 0 | 1011010 | 1010000 | 11001 | 101100001 | 1010010 | 101001 |
Color Harmonies of #BF1327
Complementary color
Monochromatic Colors of #BF1327
Black with #BF1327
Text Example
Text Example
White with #BF1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1327; }
p { color: rgb(191,19,39); }
H1.HeaderClassName
{
color: #BF1327;
}
.AnyTagClassName
{
color: #BF1327;
}
</style>
background-color css
<style>
a { background-color: #BF1327; }
a { background-color: rgb(191,19,39); }
div.DivClassName
{
background-color: #BF1327;
}
.BgClassName
{
background-color: #BF1327;
}
</style>
border-color css
<style>
span { border-color: #BF1327; }
span { border-color: rgb(191,19,39); }
td.TdClassName
{
border-color: #BF1327;
}
.TagClassName
{
border-color: #BF1327;
}
</style>