Shades of Fire Brick #BF1714
Tints of Fire Brick #BF1714
RGB
CMYK
RGB Variations
Color information
#BF1714 (or 0xBF1714) is known color: Fire Brick. HEX triplet: BF, 17 and 14. RGB value is (191,23,20). Sum of RGB (Red+Green+Blue) = 191+23+20=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1714 is #40E8EB. Grayscale: #494949. Windows color (decimal): -4253932 or 1316799. OLE color: 1316799.
HSL color Cylindrical-coordinate representation of color #BF1714: hue angle of 1.05º 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 #BF1714 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 20 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.25 |
| HSL | 1.05º | 0.81% | 0.41% | - |
| HSV(B) | 1.05º | 0.9% | 0.75% | - |
| XYZ | 21.92 | 11.74 | 1.77 | - |
| YUV | 72.89 | 98.16 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 20 | 0 | 0.88 | 0.90 | 0.25 | 1.05 | 0.81 | 0.41 |
| Hex | BF | 17 | 14 | 0 | 58 | 5A | 19 | 1 | 51 | 29 |
| Octal | 277 | 27 | 24 | 0 | 130 | 132 | 31 | 1 | 121 | 51 |
| Binary | 10111111 | 10111 | 10100 | 0 | 1011000 | 1011010 | 11001 | 1 | 1010001 | 101001 |
Color Harmonies of #BF1714
Complementary color
Monochromatic Colors of #BF1714
Black with #BF1714
Text Example
Text Example
White with #BF1714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1714; }
p { color: rgb(191,23,20); }
H1.HeaderClassName
{
color: #BF1714;
}
.AnyTagClassName
{
color: #BF1714;
}
</style>
background-color css
<style>
a { background-color: #BF1714; }
a { background-color: rgb(191,23,20); }
div.DivClassName
{
background-color: #BF1714;
}
.BgClassName
{
background-color: #BF1714;
}
</style>
border-color css
<style>
span { border-color: #BF1714; }
span { border-color: rgb(191,23,20); }
td.TdClassName
{
border-color: #BF1714;
}
.TagClassName
{
border-color: #BF1714;
}
</style>