Shades of Fire Engine Red #BF1620
Tints of Fire Engine Red #BF1620
RGB
CMYK
RGB Variations
Color information
#BF1620 (or 0xBF1620) is known color: Fire Engine Red. HEX triplet: BF, 16 and 20. RGB value is (191,22,32). Sum of RGB (Red+Green+Blue) = 191+22+32=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1620 is #40E9DF. Grayscale: #494949. Windows color (decimal): -4254176 or 2102975. OLE color: 2102975.
HSL color Cylindrical-coordinate representation of color #BF1620: hue angle of 356.45º 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 #BF1620 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 32 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.25 |
| HSL | 356.45º | 0.79% | 0.42% | - |
| HSV(B) | 356.45º | 0.88% | 0.75% | - |
| XYZ | 22.03 | 11.75 | 2.47 | - |
| YUV | 73.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 32 | 0 | 0.88 | 0.83 | 0.25 | 356.45 | 0.79 | 0.42 |
| Hex | BF | 16 | 20 | 0 | 58 | 53 | 19 | 164 | 4F | 2A |
| Octal | 277 | 26 | 40 | 0 | 130 | 123 | 31 | 544 | 117 | 52 |
| Binary | 10111111 | 10110 | 100000 | 0 | 1011000 | 1010011 | 11001 | 101100100 | 1001111 | 101010 |
Color Harmonies of #BF1620
Complementary color
Monochromatic Colors of #BF1620
Black with #BF1620
Text Example
Text Example
White with #BF1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1620; }
p { color: rgb(191,22,32); }
H1.HeaderClassName
{
color: #BF1620;
}
.AnyTagClassName
{
color: #BF1620;
}
</style>
background-color css
<style>
a { background-color: #BF1620; }
a { background-color: rgb(191,22,32); }
div.DivClassName
{
background-color: #BF1620;
}
.BgClassName
{
background-color: #BF1620;
}
</style>
border-color css
<style>
span { border-color: #BF1620; }
span { border-color: rgb(191,22,32); }
td.TdClassName
{
border-color: #BF1620;
}
.TagClassName
{
border-color: #BF1620;
}
</style>