Shades of Fire Engine Red #BF1320
Tints of Fire Engine Red #BF1320
RGB
CMYK
RGB Variations
Color information
#BF1320 (or 0xBF1320) is known color: Fire Engine Red. HEX triplet: BF, 13 and 20. RGB value is (191,19,32). Sum of RGB (Red+Green+Blue) = 191+19+32=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1320 is #40ECDF. Grayscale: #484848. Windows color (decimal): -4254944 or 2102207. OLE color: 2102207.
HSL color Cylindrical-coordinate representation of color #BF1320: hue angle of 355.47º degrees, saturation: 0.82, 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 #BF1320 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 32 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.25 |
| HSL | 355.47º | 0.82% | 0.41% | - |
| HSV(B) | 355.47º | 0.9% | 0.75% | - |
| XYZ | 21.98 | 11.65 | 2.46 | - |
| YUV | 71.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 32 | 0 | 0.90 | 0.83 | 0.25 | 355.47 | 0.82 | 0.41 |
| Hex | BF | 13 | 20 | 0 | 5A | 53 | 19 | 163 | 52 | 29 |
| Octal | 277 | 23 | 40 | 0 | 132 | 123 | 31 | 543 | 122 | 51 |
| Binary | 10111111 | 10011 | 100000 | 0 | 1011010 | 1010011 | 11001 | 101100011 | 1010010 | 101001 |
Color Harmonies of #BF1320
Complementary color
Monochromatic Colors of #BF1320
Black with #BF1320
Text Example
Text Example
White with #BF1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1320; }
p { color: rgb(191,19,32); }
H1.HeaderClassName
{
color: #BF1320;
}
.AnyTagClassName
{
color: #BF1320;
}
</style>
background-color css
<style>
a { background-color: #BF1320; }
a { background-color: rgb(191,19,32); }
div.DivClassName
{
background-color: #BF1320;
}
.BgClassName
{
background-color: #BF1320;
}
</style>
border-color css
<style>
span { border-color: #BF1320; }
span { border-color: rgb(191,19,32); }
td.TdClassName
{
border-color: #BF1320;
}
.TagClassName
{
border-color: #BF1320;
}
</style>