Shades of Fire Engine Red #BF1628
Tints of Fire Engine Red #BF1628
RGB
CMYK
RGB Variations
Color information
#BF1628 (or 0xBF1628) is known color: Fire Engine Red. HEX triplet: BF, 16 and 28. RGB value is (191,22,40). Sum of RGB (Red+Green+Blue) = 191+22+40=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1628 is #40E9D7. Grayscale: #4A4A4A. Windows color (decimal): -4254168 or 2627263. OLE color: 2627263.
HSL color Cylindrical-coordinate representation of color #BF1628: hue angle of 353.61º 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 #BF1628 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 40 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.25 |
| HSL | 353.61º | 0.79% | 0.42% | - |
| HSV(B) | 353.61º | 0.88% | 0.75% | - |
| XYZ | 22.16 | 11.8 | 3.12 | - |
| YUV | 74.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 40 | 0 | 0.88 | 0.79 | 0.25 | 353.61 | 0.79 | 0.42 |
| Hex | BF | 16 | 28 | 0 | 58 | 4F | 19 | 162 | 4F | 2A |
| Octal | 277 | 26 | 50 | 0 | 130 | 117 | 31 | 542 | 117 | 52 |
| Binary | 10111111 | 10110 | 101000 | 0 | 1011000 | 1001111 | 11001 | 101100010 | 1001111 | 101010 |
Color Harmonies of #BF1628
Complementary color
Monochromatic Colors of #BF1628
Black with #BF1628
Text Example
Text Example
White with #BF1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1628; }
p { color: rgb(191,22,40); }
H1.HeaderClassName
{
color: #BF1628;
}
.AnyTagClassName
{
color: #BF1628;
}
</style>
background-color css
<style>
a { background-color: #BF1628; }
a { background-color: rgb(191,22,40); }
div.DivClassName
{
background-color: #BF1628;
}
.BgClassName
{
background-color: #BF1628;
}
</style>
border-color css
<style>
span { border-color: #BF1628; }
span { border-color: rgb(191,22,40); }
td.TdClassName
{
border-color: #BF1628;
}
.TagClassName
{
border-color: #BF1628;
}
</style>