Shades of Fire Engine Red #BF172A
Tints of Fire Engine Red #BF172A
RGB
CMYK
RGB Variations
Color information
#BF172A (or 0xBF172A) is known color: Fire Engine Red. HEX triplet: BF, 17 and 2A. RGB value is (191,23,42). Sum of RGB (Red+Green+Blue) = 191+23+42=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF172A is #40E8D5. Grayscale: #4B4B4B. Windows color (decimal): -4253910 or 2758591. OLE color: 2758591.
HSL color Cylindrical-coordinate representation of color #BF172A: hue angle of 353.21º 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 #BF172A is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 42 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.25 |
| HSL | 353.21º | 0.79% | 0.42% | - |
| HSV(B) | 353.21º | 0.88% | 0.75% | - |
| XYZ | 22.21 | 11.86 | 3.31 | - |
| YUV | 75.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 42 | 0 | 0.88 | 0.78 | 0.25 | 353.21 | 0.79 | 0.42 |
| Hex | BF | 17 | 2A | 0 | 58 | 4E | 19 | 161 | 4F | 2A |
| Octal | 277 | 27 | 52 | 0 | 130 | 116 | 31 | 541 | 117 | 52 |
| Binary | 10111111 | 10111 | 101010 | 0 | 1011000 | 1001110 | 11001 | 101100001 | 1001111 | 101010 |
Color Harmonies of #BF172A
Complementary color
Monochromatic Colors of #BF172A
Black with #BF172A
Text Example
Text Example
White with #BF172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF172A; }
p { color: rgb(191,23,42); }
H1.HeaderClassName
{
color: #BF172A;
}
.AnyTagClassName
{
color: #BF172A;
}
</style>
background-color css
<style>
a { background-color: #BF172A; }
a { background-color: rgb(191,23,42); }
div.DivClassName
{
background-color: #BF172A;
}
.BgClassName
{
background-color: #BF172A;
}
</style>
border-color css
<style>
span { border-color: #BF172A; }
span { border-color: rgb(191,23,42); }
td.TdClassName
{
border-color: #BF172A;
}
.TagClassName
{
border-color: #BF172A;
}
</style>