Shades of Fire Engine Red #BF181C
Tints of Fire Engine Red #BF181C
RGB
CMYK
RGB Variations
Color information
#BF181C (or 0xBF181C) is known color: Fire Engine Red. HEX triplet: BF, 18 and 1C. RGB value is (191,24,28). Sum of RGB (Red+Green+Blue) = 191+24+28=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF181C is #40E7E3. Grayscale: #4A4A4A. Windows color (decimal): -4253668 or 1841343. OLE color: 1841343.
HSL color Cylindrical-coordinate representation of color #BF181C: hue angle of 358.56º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF181C is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 28 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.25 |
| HSL | 358.56º | 0.78% | 0.42% | - |
| HSV(B) | 358.56º | 0.87% | 0.75% | - |
| XYZ | 22.02 | 11.81 | 2.22 | - |
| YUV | 74.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 28 | 0 | 0.87 | 0.85 | 0.25 | 358.56 | 0.78 | 0.42 |
| Hex | BF | 18 | 1C | 0 | 57 | 55 | 19 | 167 | 4E | 2A |
| Octal | 277 | 30 | 34 | 0 | 127 | 125 | 31 | 547 | 116 | 52 |
| Binary | 10111111 | 11000 | 11100 | 0 | 1010111 | 1010101 | 11001 | 101100111 | 1001110 | 101010 |
Color Harmonies of #BF181C
Complementary color
Monochromatic Colors of #BF181C
Black with #BF181C
Text Example
Text Example
White with #BF181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF181C; }
p { color: rgb(191,24,28); }
H1.HeaderClassName
{
color: #BF181C;
}
.AnyTagClassName
{
color: #BF181C;
}
</style>
background-color css
<style>
a { background-color: #BF181C; }
a { background-color: rgb(191,24,28); }
div.DivClassName
{
background-color: #BF181C;
}
.BgClassName
{
background-color: #BF181C;
}
</style>
border-color css
<style>
span { border-color: #BF181C; }
span { border-color: rgb(191,24,28); }
td.TdClassName
{
border-color: #BF181C;
}
.TagClassName
{
border-color: #BF181C;
}
</style>