Shades of Fire Brick #BF2E21
Tints of Fire Brick #BF2E21
RGB
CMYK
RGB Variations
Color information
#BF2E21 (or 0xBF2E21) is known color: Fire Brick. HEX triplet: BF, 2E and 21. RGB value is (191,46,33). Sum of RGB (Red+Green+Blue) = 191+46+33=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E21 is #40D1DE. Grayscale: #585858. Windows color (decimal): -4248031 or 2174655. OLE color: 2174655.
HSL color Cylindrical-coordinate representation of color #BF2E21: hue angle of 4.94º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2E21 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 33 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.25 |
| HSL | 4.94º | 0.71% | 0.44% | - |
| HSV(B) | 4.94º | 0.83% | 0.75% | - |
| XYZ | 22.74 | 13.14 | 2.78 | - |
| YUV | 87.87 | 97.04 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 33 | 0 | 0.76 | 0.83 | 0.25 | 4.94 | 0.71 | 0.44 |
| Hex | BF | 2E | 21 | 0 | 4C | 53 | 19 | 5 | 47 | 2C |
| Octal | 277 | 56 | 41 | 0 | 114 | 123 | 31 | 5 | 107 | 54 |
| Binary | 10111111 | 101110 | 100001 | 0 | 1001100 | 1010011 | 11001 | 101 | 1000111 | 101100 |
Color Harmonies of #BF2E21
Complementary color
Monochromatic Colors of #BF2E21
Black with #BF2E21
Text Example
Text Example
White with #BF2E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E21; }
p { color: rgb(191,46,33); }
H1.HeaderClassName
{
color: #BF2E21;
}
.AnyTagClassName
{
color: #BF2E21;
}
</style>
background-color css
<style>
a { background-color: #BF2E21; }
a { background-color: rgb(191,46,33); }
div.DivClassName
{
background-color: #BF2E21;
}
.BgClassName
{
background-color: #BF2E21;
}
</style>
border-color css
<style>
span { border-color: #BF2E21; }
span { border-color: rgb(191,46,33); }
td.TdClassName
{
border-color: #BF2E21;
}
.TagClassName
{
border-color: #BF2E21;
}
</style>