Shades of Fire Engine Red #BF1428
Tints of Fire Engine Red #BF1428
RGB
CMYK
RGB Variations
Color information
#BF1428 (or 0xBF1428) is known color: Fire Engine Red. HEX triplet: BF, 14 and 28. RGB value is (191,20,40). Sum of RGB (Red+Green+Blue) = 191+20+40=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1428 is #40EBD7. Grayscale: #494949. Windows color (decimal): -4254680 or 2626751. OLE color: 2626751.
HSL color Cylindrical-coordinate representation of color #BF1428: hue angle of 352.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1428 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 40 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.25 |
| HSL | 352.98º | 0.81% | 0.41% | - |
| HSV(B) | 352.98º | 0.9% | 0.75% | - |
| XYZ | 22.12 | 11.73 | 3.11 | - |
| YUV | 73.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 40 | 0 | 0.90 | 0.79 | 0.25 | 352.98 | 0.81 | 0.41 |
| Hex | BF | 14 | 28 | 0 | 5A | 4F | 19 | 161 | 51 | 29 |
| Octal | 277 | 24 | 50 | 0 | 132 | 117 | 31 | 541 | 121 | 51 |
| Binary | 10111111 | 10100 | 101000 | 0 | 1011010 | 1001111 | 11001 | 101100001 | 1010001 | 101001 |
Color Harmonies of #BF1428
Complementary color
Monochromatic Colors of #BF1428
Black with #BF1428
Text Example
Text Example
White with #BF1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1428; }
p { color: rgb(191,20,40); }
H1.HeaderClassName
{
color: #BF1428;
}
.AnyTagClassName
{
color: #BF1428;
}
</style>
background-color css
<style>
a { background-color: #BF1428; }
a { background-color: rgb(191,20,40); }
div.DivClassName
{
background-color: #BF1428;
}
.BgClassName
{
background-color: #BF1428;
}
</style>
border-color css
<style>
span { border-color: #BF1428; }
span { border-color: rgb(191,20,40); }
td.TdClassName
{
border-color: #BF1428;
}
.TagClassName
{
border-color: #BF1428;
}
</style>