Shades of Fire Engine Red #BF1520
Tints of Fire Engine Red #BF1520
RGB
CMYK
RGB Variations
Color information
#BF1520 (or 0xBF1520) is known color: Fire Engine Red. HEX triplet: BF, 15 and 20. RGB value is (191,21,32). Sum of RGB (Red+Green+Blue) = 191+21+32=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1520 is #40EADF. Grayscale: #494949. Windows color (decimal): -4254432 or 2102719. OLE color: 2102719.
HSL color Cylindrical-coordinate representation of color #BF1520: hue angle of 356.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1520 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 32 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.25 |
| HSL | 356.12º | 0.8% | 0.42% | - |
| HSV(B) | 356.12º | 0.89% | 0.75% | - |
| XYZ | 22.01 | 11.72 | 2.47 | - |
| YUV | 73.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 32 | 0 | 0.89 | 0.83 | 0.25 | 356.12 | 0.8 | 0.42 |
| Hex | BF | 15 | 20 | 0 | 59 | 53 | 19 | 164 | 50 | 2A |
| Octal | 277 | 25 | 40 | 0 | 131 | 123 | 31 | 544 | 120 | 52 |
| Binary | 10111111 | 10101 | 100000 | 0 | 1011001 | 1010011 | 11001 | 101100100 | 1010000 | 101010 |
Color Harmonies of #BF1520
Complementary color
Monochromatic Colors of #BF1520
Black with #BF1520
Text Example
Text Example
White with #BF1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1520; }
p { color: rgb(191,21,32); }
H1.HeaderClassName
{
color: #BF1520;
}
.AnyTagClassName
{
color: #BF1520;
}
</style>
background-color css
<style>
a { background-color: #BF1520; }
a { background-color: rgb(191,21,32); }
div.DivClassName
{
background-color: #BF1520;
}
.BgClassName
{
background-color: #BF1520;
}
</style>
border-color css
<style>
span { border-color: #BF1520; }
span { border-color: rgb(191,21,32); }
td.TdClassName
{
border-color: #BF1520;
}
.TagClassName
{
border-color: #BF1520;
}
</style>