Shades of Fiery Orange #B25D1D
Tints of Fiery Orange #B25D1D
RGB
CMYK
RGB Variations
Color information
#B25D1D (or 0xB25D1D) is known color: Fiery Orange. HEX triplet: B2, 5D and 1D. RGB value is (178,93,29). Sum of RGB (Red+Green+Blue) = 178+93+29=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D1D is #4DA2E2. Grayscale: #6F6F6F. Windows color (decimal): -5087971 or 1924530. OLE color: 1924530.
HSL color Cylindrical-coordinate representation of color #B25D1D: hue angle of 25.77º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B25D1D is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 29 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.30 |
| HSL | 25.77º | 0.72% | 0.41% | - |
| HSV(B) | 25.77º | 0.84% | 0.7% | - |
| XYZ | 22.5 | 17.38 | 3.33 | - |
| YUV | 111.12 | 81.66 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 29 | 0 | 0.48 | 0.84 | 0.30 | 25.77 | 0.72 | 0.41 |
| Hex | B2 | 5D | 1D | 0 | 30 | 54 | 1E | 1A | 48 | 29 |
| Octal | 262 | 135 | 35 | 0 | 60 | 124 | 36 | 32 | 110 | 51 |
| Binary | 10110010 | 1011101 | 11101 | 0 | 110000 | 1010100 | 11110 | 11010 | 1001000 | 101001 |
Color Harmonies of #B25D1D
Complementary color
Monochromatic Colors of #B25D1D
Black with #B25D1D
Text Example
Text Example
White with #B25D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D1D; }
p { color: rgb(178,93,29); }
H1.HeaderClassName
{
color: #B25D1D;
}
.AnyTagClassName
{
color: #B25D1D;
}
</style>
background-color css
<style>
a { background-color: #B25D1D; }
a { background-color: rgb(178,93,29); }
div.DivClassName
{
background-color: #B25D1D;
}
.BgClassName
{
background-color: #B25D1D;
}
</style>
border-color css
<style>
span { border-color: #B25D1D; }
span { border-color: rgb(178,93,29); }
td.TdClassName
{
border-color: #B25D1D;
}
.TagClassName
{
border-color: #B25D1D;
}
</style>