Shades of Fire Engine Red #BF1618
Tints of Fire Engine Red #BF1618
RGB
CMYK
RGB Variations
Color information
#BF1618 (or 0xBF1618) is known color: Fire Engine Red. HEX triplet: BF, 16 and 18. RGB value is (191,22,24). Sum of RGB (Red+Green+Blue) = 191+22+24=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1618 is #40E9E7. Grayscale: #484848. Windows color (decimal): -4254184 or 1578687. OLE color: 1578687.
HSL color Cylindrical-coordinate representation of color #BF1618: 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 #BF1618 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 24 | - |
| 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.94 | 11.72 | 1.97 | - |
| YUV | 72.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 24 | 0 | 0.88 | 0.87 | 0.25 | 359.29 | 0.79 | 0.42 |
| Hex | BF | 16 | 18 | 0 | 58 | 57 | 19 | 167 | 4F | 2A |
| Octal | 277 | 26 | 30 | 0 | 130 | 127 | 31 | 547 | 117 | 52 |
| Binary | 10111111 | 10110 | 11000 | 0 | 1011000 | 1010111 | 11001 | 101100111 | 1001111 | 101010 |
Color Harmonies of #BF1618
Complementary color
Monochromatic Colors of #BF1618
Black with #BF1618
Text Example
Text Example
White with #BF1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1618; }
p { color: rgb(191,22,24); }
H1.HeaderClassName
{
color: #BF1618;
}
.AnyTagClassName
{
color: #BF1618;
}
</style>
background-color css
<style>
a { background-color: #BF1618; }
a { background-color: rgb(191,22,24); }
div.DivClassName
{
background-color: #BF1618;
}
.BgClassName
{
background-color: #BF1618;
}
</style>
border-color css
<style>
span { border-color: #BF1618; }
span { border-color: rgb(191,22,24); }
td.TdClassName
{
border-color: #BF1618;
}
.TagClassName
{
border-color: #BF1618;
}
</style>