Shades of Fire Engine Red #BF2028
Tints of Fire Engine Red #BF2028
RGB
CMYK
RGB Variations
Color information
#BF2028 (or 0xBF2028) is known color: Fire Engine Red. HEX triplet: BF, 20 and 28. RGB value is (191,32,40). Sum of RGB (Red+Green+Blue) = 191+32+40=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2028 is #40DFD7. Grayscale: #505050. Windows color (decimal): -4251608 or 2629823. OLE color: 2629823.
HSL color Cylindrical-coordinate representation of color #BF2028: hue angle of 356.98º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2028 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 40 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.25 |
| HSL | 356.98º | 0.71% | 0.44% | - |
| HSV(B) | 356.98º | 0.83% | 0.75% | - |
| XYZ | 22.39 | 12.26 | 3.19 | - |
| YUV | 80.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 40 | 0 | 0.83 | 0.79 | 0.25 | 356.98 | 0.71 | 0.44 |
| Hex | BF | 20 | 28 | 0 | 53 | 4F | 19 | 165 | 47 | 2C |
| Octal | 277 | 40 | 50 | 0 | 123 | 117 | 31 | 545 | 107 | 54 |
| Binary | 10111111 | 100000 | 101000 | 0 | 1010011 | 1001111 | 11001 | 101100101 | 1000111 | 101100 |
Color Harmonies of #BF2028
Complementary color
Monochromatic Colors of #BF2028
Black with #BF2028
Text Example
Text Example
White with #BF2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2028; }
p { color: rgb(191,32,40); }
H1.HeaderClassName
{
color: #BF2028;
}
.AnyTagClassName
{
color: #BF2028;
}
</style>
background-color css
<style>
a { background-color: #BF2028; }
a { background-color: rgb(191,32,40); }
div.DivClassName
{
background-color: #BF2028;
}
.BgClassName
{
background-color: #BF2028;
}
</style>
border-color css
<style>
span { border-color: #BF2028; }
span { border-color: rgb(191,32,40); }
td.TdClassName
{
border-color: #BF2028;
}
.TagClassName
{
border-color: #BF2028;
}
</style>