Shades of Fire Brick #BF251D
Tints of Fire Brick #BF251D
RGB
CMYK
RGB Variations
Color information
#BF251D (or 0xBF251D) is known color: Fire Brick. HEX triplet: BF, 25 and 1D. RGB value is (191,37,29). Sum of RGB (Red+Green+Blue) = 191+37+29=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF251D is #40DAE2. Grayscale: #525252. Windows color (decimal): -4250339 or 1910207. OLE color: 1910207.
HSL color Cylindrical-coordinate representation of color #BF251D: hue angle of 2.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF251D is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 29 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.25 |
| HSL | 2.96º | 0.74% | 0.43% | - |
| HSV(B) | 2.96º | 0.85% | 0.75% | - |
| XYZ | 22.37 | 12.49 | 2.39 | - |
| YUV | 82.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 29 | 0 | 0.81 | 0.85 | 0.25 | 2.96 | 0.74 | 0.43 |
| Hex | BF | 25 | 1D | 0 | 51 | 55 | 19 | 3 | 4A | 2B |
| Octal | 277 | 45 | 35 | 0 | 121 | 125 | 31 | 3 | 112 | 53 |
| Binary | 10111111 | 100101 | 11101 | 0 | 1010001 | 1010101 | 11001 | 11 | 1001010 | 101011 |
Color Harmonies of #BF251D
Complementary color
Monochromatic Colors of #BF251D
Black with #BF251D
Text Example
Text Example
White with #BF251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF251D; }
p { color: rgb(191,37,29); }
H1.HeaderClassName
{
color: #BF251D;
}
.AnyTagClassName
{
color: #BF251D;
}
</style>
background-color css
<style>
a { background-color: #BF251D; }
a { background-color: rgb(191,37,29); }
div.DivClassName
{
background-color: #BF251D;
}
.BgClassName
{
background-color: #BF251D;
}
</style>
border-color css
<style>
span { border-color: #BF251D; }
span { border-color: rgb(191,37,29); }
td.TdClassName
{
border-color: #BF251D;
}
.TagClassName
{
border-color: #BF251D;
}
</style>