Shades of Fire Brick #BF221D
Tints of Fire Brick #BF221D
RGB
CMYK
RGB Variations
Color information
#BF221D (or 0xBF221D) is known color: Fire Brick. HEX triplet: BF, 22 and 1D. RGB value is (191,34,29). Sum of RGB (Red+Green+Blue) = 191+34+29=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF221D is #40DDE2. Grayscale: #505050. Windows color (decimal): -4251107 or 1909439. OLE color: 1909439.
HSL color Cylindrical-coordinate representation of color #BF221D: hue angle of 1.85º 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 #BF221D is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 29 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.25 |
| HSL | 1.85º | 0.74% | 0.43% | - |
| HSV(B) | 1.85º | 0.85% | 0.75% | - |
| XYZ | 22.28 | 12.31 | 2.36 | - |
| YUV | 80.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 29 | 0 | 0.82 | 0.85 | 0.25 | 1.85 | 0.74 | 0.43 |
| Hex | BF | 22 | 1D | 0 | 52 | 55 | 19 | 2 | 4A | 2B |
| Octal | 277 | 42 | 35 | 0 | 122 | 125 | 31 | 2 | 112 | 53 |
| Binary | 10111111 | 100010 | 11101 | 0 | 1010010 | 1010101 | 11001 | 10 | 1001010 | 101011 |
Color Harmonies of #BF221D
Complementary color
Monochromatic Colors of #BF221D
Black with #BF221D
Text Example
Text Example
White with #BF221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF221D; }
p { color: rgb(191,34,29); }
H1.HeaderClassName
{
color: #BF221D;
}
.AnyTagClassName
{
color: #BF221D;
}
</style>
background-color css
<style>
a { background-color: #BF221D; }
a { background-color: rgb(191,34,29); }
div.DivClassName
{
background-color: #BF221D;
}
.BgClassName
{
background-color: #BF221D;
}
</style>
border-color css
<style>
span { border-color: #BF221D; }
span { border-color: rgb(191,34,29); }
td.TdClassName
{
border-color: #BF221D;
}
.TagClassName
{
border-color: #BF221D;
}
</style>