Shades of Fire Bush #E2924B
Tints of Fire Bush #E2924B
RGB
CMYK
RGB Variations
Color information
#E2924B (or 0xE2924B) is known color: Fire Bush. HEX triplet: E2, 92 and 4B. RGB value is (226,146,75). Sum of RGB (Red+Green+Blue) = 226+146+75=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2924B is #1D6DB4. Grayscale: #A2A2A2. Windows color (decimal): -1928629 or 4952802. OLE color: 4952802.
HSL color Cylindrical-coordinate representation of color #E2924B: hue angle of 28.21º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2924B is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 75 | - |
| CMYK | 0 | 0.35 | 0.67 | 0.11 |
| HSL | 28.21º | 0.72% | 0.59% | - |
| HSV(B) | 28.21º | 0.67% | 0.89% | - |
| XYZ | 42.91 | 37.23 | 11.58 | - |
| YUV | 161.83 | 79 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 75 | 0 | 0.35 | 0.67 | 0.11 | 28.21 | 0.72 | 0.59 |
| Hex | E2 | 92 | 4B | 0 | 23 | 43 | B | 1C | 48 | 3B |
| Octal | 342 | 222 | 113 | 0 | 43 | 103 | 13 | 34 | 110 | 73 |
| Binary | 11100010 | 10010010 | 1001011 | 0 | 100011 | 1000011 | 1011 | 11100 | 1001000 | 111011 |
Color Harmonies of #E2924B
Complementary color
Monochromatic Colors of #E2924B
Black with #E2924B
Text Example
Text Example
White with #E2924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2924B; }
p { color: rgb(226,146,75); }
H1.HeaderClassName
{
color: #E2924B;
}
.AnyTagClassName
{
color: #E2924B;
}
</style>
background-color css
<style>
a { background-color: #E2924B; }
a { background-color: rgb(226,146,75); }
div.DivClassName
{
background-color: #E2924B;
}
.BgClassName
{
background-color: #E2924B;
}
</style>
border-color css
<style>
span { border-color: #E2924B; }
span { border-color: rgb(226,146,75); }
td.TdClassName
{
border-color: #E2924B;
}
.TagClassName
{
border-color: #E2924B;
}
</style>