Shades of Fire Brick #BF2725
Tints of Fire Brick #BF2725
RGB
CMYK
RGB Variations
Color information
#BF2725 (or 0xBF2725) is known color: Fire Brick. HEX triplet: BF, 27 and 25. RGB value is (191,39,37). Sum of RGB (Red+Green+Blue) = 191+39+37=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2725 is #40D8DA. Grayscale: #545454. Windows color (decimal): -4249819 or 2435007. OLE color: 2435007.
HSL color Cylindrical-coordinate representation of color #BF2725: hue angle of 0.78º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2725 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 37 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.25 |
| HSL | 0.78º | 0.68% | 0.45% | - |
| HSV(B) | 0.78º | 0.81% | 0.75% | - |
| XYZ | 22.55 | 12.66 | 3.01 | - |
| YUV | 84.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 37 | 0 | 0.80 | 0.81 | 0.25 | 0.78 | 0.68 | 0.45 |
| Hex | BF | 27 | 25 | 0 | 50 | 51 | 19 | 1 | 44 | 2D |
| Octal | 277 | 47 | 45 | 0 | 120 | 121 | 31 | 1 | 104 | 55 |
| Binary | 10111111 | 100111 | 100101 | 0 | 1010000 | 1010001 | 11001 | 1 | 1000100 | 101101 |
Color Harmonies of #BF2725
Complementary color
Monochromatic Colors of #BF2725
Black with #BF2725
Text Example
Text Example
White with #BF2725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2725; }
p { color: rgb(191,39,37); }
H1.HeaderClassName
{
color: #BF2725;
}
.AnyTagClassName
{
color: #BF2725;
}
</style>
background-color css
<style>
a { background-color: #BF2725; }
a { background-color: rgb(191,39,37); }
div.DivClassName
{
background-color: #BF2725;
}
.BgClassName
{
background-color: #BF2725;
}
</style>
border-color css
<style>
span { border-color: #BF2725; }
span { border-color: rgb(191,39,37); }
td.TdClassName
{
border-color: #BF2725;
}
.TagClassName
{
border-color: #BF2725;
}
</style>