Shades of Fire Engine Red #BF171D
Tints of Fire Engine Red #BF171D
RGB
CMYK
RGB Variations
Color information
#BF171D (or 0xBF171D) is known color: Fire Engine Red. HEX triplet: BF, 17 and 1D. RGB value is (191,23,29). Sum of RGB (Red+Green+Blue) = 191+23+29=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF171D is #40E8E2. Grayscale: #4A4A4A. Windows color (decimal): -4253923 or 1906623. OLE color: 1906623.
HSL color Cylindrical-coordinate representation of color #BF171D: hue angle of 357.86º 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 #BF171D is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 29 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.25 |
| HSL | 357.86º | 0.79% | 0.42% | - |
| HSV(B) | 357.86º | 0.88% | 0.75% | - |
| XYZ | 22.01 | 11.78 | 2.28 | - |
| YUV | 73.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 29 | 0 | 0.88 | 0.85 | 0.25 | 357.86 | 0.79 | 0.42 |
| Hex | BF | 17 | 1D | 0 | 58 | 55 | 19 | 166 | 4F | 2A |
| Octal | 277 | 27 | 35 | 0 | 130 | 125 | 31 | 546 | 117 | 52 |
| Binary | 10111111 | 10111 | 11101 | 0 | 1011000 | 1010101 | 11001 | 101100110 | 1001111 | 101010 |
Color Harmonies of #BF171D
Complementary color
Monochromatic Colors of #BF171D
Black with #BF171D
Text Example
Text Example
White with #BF171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF171D; }
p { color: rgb(191,23,29); }
H1.HeaderClassName
{
color: #BF171D;
}
.AnyTagClassName
{
color: #BF171D;
}
</style>
background-color css
<style>
a { background-color: #BF171D; }
a { background-color: rgb(191,23,29); }
div.DivClassName
{
background-color: #BF171D;
}
.BgClassName
{
background-color: #BF171D;
}
</style>
border-color css
<style>
span { border-color: #BF171D; }
span { border-color: rgb(191,23,29); }
td.TdClassName
{
border-color: #BF171D;
}
.TagClassName
{
border-color: #BF171D;
}
</style>