Shades of Fire Brick #BF2D21
Tints of Fire Brick #BF2D21
RGB
CMYK
RGB Variations
Color information
#BF2D21 (or 0xBF2D21) is known color: Fire Brick. HEX triplet: BF, 2D and 21. RGB value is (191,45,33). Sum of RGB (Red+Green+Blue) = 191+45+33=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D21 is #40D2DE. Grayscale: #575757. Windows color (decimal): -4248287 or 2174399. OLE color: 2174399.
HSL color Cylindrical-coordinate representation of color #BF2D21: hue angle of 4.56º 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 #BF2D21 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 33 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.25 |
| HSL | 4.56º | 0.71% | 0.44% | - |
| HSV(B) | 4.56º | 0.83% | 0.75% | - |
| XYZ | 22.7 | 13.06 | 2.76 | - |
| YUV | 87.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 33 | 0 | 0.76 | 0.83 | 0.25 | 4.56 | 0.71 | 0.44 |
| Hex | BF | 2D | 21 | 0 | 4C | 53 | 19 | 5 | 47 | 2C |
| Octal | 277 | 55 | 41 | 0 | 114 | 123 | 31 | 5 | 107 | 54 |
| Binary | 10111111 | 101101 | 100001 | 0 | 1001100 | 1010011 | 11001 | 101 | 1000111 | 101100 |
Color Harmonies of #BF2D21
Complementary color
Monochromatic Colors of #BF2D21
Black with #BF2D21
Text Example
Text Example
White with #BF2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D21; }
p { color: rgb(191,45,33); }
H1.HeaderClassName
{
color: #BF2D21;
}
.AnyTagClassName
{
color: #BF2D21;
}
</style>
background-color css
<style>
a { background-color: #BF2D21; }
a { background-color: rgb(191,45,33); }
div.DivClassName
{
background-color: #BF2D21;
}
.BgClassName
{
background-color: #BF2D21;
}
</style>
border-color css
<style>
span { border-color: #BF2D21; }
span { border-color: rgb(191,45,33); }
td.TdClassName
{
border-color: #BF2D21;
}
.TagClassName
{
border-color: #BF2D21;
}
</style>