Shades of Fire Brick #BF2421
Tints of Fire Brick #BF2421
RGB
CMYK
RGB Variations
Color information
#BF2421 (or 0xBF2421) is known color: Fire Brick. HEX triplet: BF, 24 and 21. RGB value is (191,36,33). Sum of RGB (Red+Green+Blue) = 191+36+33=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2421 is #40DBDE. Grayscale: #525252. Windows color (decimal): -4250591 or 2172095. OLE color: 2172095.
HSL color Cylindrical-coordinate representation of color #BF2421: hue angle of 1.14º 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 #BF2421 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 33 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.25 |
| HSL | 1.14º | 0.71% | 0.44% | - |
| HSV(B) | 1.14º | 0.83% | 0.75% | - |
| XYZ | 22.39 | 12.45 | 2.66 | - |
| YUV | 82 | 100.35 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 33 | 0 | 0.81 | 0.83 | 0.25 | 1.14 | 0.71 | 0.44 |
| Hex | BF | 24 | 21 | 0 | 51 | 53 | 19 | 1 | 47 | 2C |
| Octal | 277 | 44 | 41 | 0 | 121 | 123 | 31 | 1 | 107 | 54 |
| Binary | 10111111 | 100100 | 100001 | 0 | 1010001 | 1010011 | 11001 | 1 | 1000111 | 101100 |
Color Harmonies of #BF2421
Complementary color
Monochromatic Colors of #BF2421
Black with #BF2421
Text Example
Text Example
White with #BF2421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2421; }
p { color: rgb(191,36,33); }
H1.HeaderClassName
{
color: #BF2421;
}
.AnyTagClassName
{
color: #BF2421;
}
</style>
background-color css
<style>
a { background-color: #BF2421; }
a { background-color: rgb(191,36,33); }
div.DivClassName
{
background-color: #BF2421;
}
.BgClassName
{
background-color: #BF2421;
}
</style>
border-color css
<style>
span { border-color: #BF2421; }
span { border-color: rgb(191,36,33); }
td.TdClassName
{
border-color: #BF2421;
}
.TagClassName
{
border-color: #BF2421;
}
</style>