Shades of Fire Brick #BF2114
Tints of Fire Brick #BF2114
RGB
CMYK
RGB Variations
Color information
#BF2114 (or 0xBF2114) is known color: Fire Brick. HEX triplet: BF, 21 and 14. RGB value is (191,33,20). Sum of RGB (Red+Green+Blue) = 191+33+20=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2114 is #40DEEB. Grayscale: #4E4E4E. Windows color (decimal): -4251372 or 1319359. OLE color: 1319359.
HSL color Cylindrical-coordinate representation of color #BF2114: hue angle of 4.56º 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 #BF2114 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 20 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.25 |
| HSL | 4.56º | 0.81% | 0.41% | - |
| HSV(B) | 4.56º | 0.9% | 0.75% | - |
| XYZ | 22.16 | 12.21 | 1.85 | - |
| YUV | 78.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 20 | 0 | 0.83 | 0.90 | 0.25 | 4.56 | 0.81 | 0.41 |
| Hex | BF | 21 | 14 | 0 | 53 | 5A | 19 | 5 | 51 | 29 |
| Octal | 277 | 41 | 24 | 0 | 123 | 132 | 31 | 5 | 121 | 51 |
| Binary | 10111111 | 100001 | 10100 | 0 | 1010011 | 1011010 | 11001 | 101 | 1010001 | 101001 |
Color Harmonies of #BF2114
Complementary color
Monochromatic Colors of #BF2114
Black with #BF2114
Text Example
Text Example
White with #BF2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2114; }
p { color: rgb(191,33,20); }
H1.HeaderClassName
{
color: #BF2114;
}
.AnyTagClassName
{
color: #BF2114;
}
</style>
background-color css
<style>
a { background-color: #BF2114; }
a { background-color: rgb(191,33,20); }
div.DivClassName
{
background-color: #BF2114;
}
.BgClassName
{
background-color: #BF2114;
}
</style>
border-color css
<style>
span { border-color: #BF2114; }
span { border-color: rgb(191,33,20); }
td.TdClassName
{
border-color: #BF2114;
}
.TagClassName
{
border-color: #BF2114;
}
</style>