Shades of Fiery Orange #BF541D
Tints of Fiery Orange #BF541D
RGB
CMYK
RGB Variations
Color information
#BF541D (or 0xBF541D) is known color: Fiery Orange. HEX triplet: BF, 54 and 1D. RGB value is (191,84,29). Sum of RGB (Red+Green+Blue) = 191+84+29=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF541D is #40ABE2. Grayscale: #6E6E6E. Windows color (decimal): -4238307 or 1922239. OLE color: 1922239.
HSL color Cylindrical-coordinate representation of color #BF541D: hue angle of 20.37º 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 #BF541D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 29 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.25 |
| HSL | 20.37º | 0.74% | 0.43% | - |
| HSV(B) | 20.37º | 0.85% | 0.75% | - |
| XYZ | 24.88 | 17.51 | 3.23 | - |
| YUV | 109.72 | 82.45 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 29 | 0 | 0.56 | 0.85 | 0.25 | 20.37 | 0.74 | 0.43 |
| Hex | BF | 54 | 1D | 0 | 38 | 55 | 19 | 14 | 4A | 2B |
| Octal | 277 | 124 | 35 | 0 | 70 | 125 | 31 | 24 | 112 | 53 |
| Binary | 10111111 | 1010100 | 11101 | 0 | 111000 | 1010101 | 11001 | 10100 | 1001010 | 101011 |
Color Harmonies of #BF541D
Complementary color
Monochromatic Colors of #BF541D
Black with #BF541D
Text Example
Text Example
White with #BF541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF541D; }
p { color: rgb(191,84,29); }
H1.HeaderClassName
{
color: #BF541D;
}
.AnyTagClassName
{
color: #BF541D;
}
</style>
background-color css
<style>
a { background-color: #BF541D; }
a { background-color: rgb(191,84,29); }
div.DivClassName
{
background-color: #BF541D;
}
.BgClassName
{
background-color: #BF541D;
}
</style>
border-color css
<style>
span { border-color: #BF541D; }
span { border-color: rgb(191,84,29); }
td.TdClassName
{
border-color: #BF541D;
}
.TagClassName
{
border-color: #BF541D;
}
</style>