Shades of Fire Engine Red #BF1719
Tints of Fire Engine Red #BF1719
RGB
CMYK
RGB Variations
Color information
#BF1719 (or 0xBF1719) is known color: Fire Engine Red. HEX triplet: BF, 17 and 19. RGB value is (191,23,25). Sum of RGB (Red+Green+Blue) = 191+23+25=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1719 is #40E8E6. Grayscale: #494949. Windows color (decimal): -4253927 or 1644479. OLE color: 1644479.
HSL color Cylindrical-coordinate representation of color #BF1719: hue angle of 359.29º 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 #BF1719 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 25 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.25 |
| HSL | 359.29º | 0.79% | 0.42% | - |
| HSV(B) | 359.29º | 0.88% | 0.75% | - |
| XYZ | 21.97 | 11.76 | 2.03 | - |
| YUV | 73.46 | 100.66 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 25 | 0 | 0.88 | 0.87 | 0.25 | 359.29 | 0.79 | 0.42 |
| Hex | BF | 17 | 19 | 0 | 58 | 57 | 19 | 167 | 4F | 2A |
| Octal | 277 | 27 | 31 | 0 | 130 | 127 | 31 | 547 | 117 | 52 |
| Binary | 10111111 | 10111 | 11001 | 0 | 1011000 | 1010111 | 11001 | 101100111 | 1001111 | 101010 |
Color Harmonies of #BF1719
Complementary color
Monochromatic Colors of #BF1719
Black with #BF1719
Text Example
Text Example
White with #BF1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1719; }
p { color: rgb(191,23,25); }
H1.HeaderClassName
{
color: #BF1719;
}
.AnyTagClassName
{
color: #BF1719;
}
</style>
background-color css
<style>
a { background-color: #BF1719; }
a { background-color: rgb(191,23,25); }
div.DivClassName
{
background-color: #BF1719;
}
.BgClassName
{
background-color: #BF1719;
}
</style>
border-color css
<style>
span { border-color: #BF1719; }
span { border-color: rgb(191,23,25); }
td.TdClassName
{
border-color: #BF1719;
}
.TagClassName
{
border-color: #BF1719;
}
</style>