Shades of Fire #954124
Tints of Fire #954124
RGB
CMYK
RGB Variations
Color information
#954124 (or 0x954124) is known color: Fire. HEX triplet: 95, 41 and 24. RGB value is (149,65,36). Sum of RGB (Red+Green+Blue) = 149+65+36=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #954124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954124 is #6ABEDB. Grayscale: #575757. Windows color (decimal): -6995676 or 2376085. OLE color: 2376085.
HSL color Cylindrical-coordinate representation of color #954124: hue angle of 15.4º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #954124 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 36 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.42 |
| HSL | 15.4º | 0.61% | 0.36% | - |
| HSV(B) | 15.4º | 0.76% | 0.58% | - |
| XYZ | 14.6 | 10.3 | 2.89 | - |
| YUV | 86.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 36 | 0 | 0.56 | 0.76 | 0.42 | 15.4 | 0.61 | 0.36 |
| Hex | 95 | 41 | 24 | 0 | 38 | 4C | 2A | F | 3D | 24 |
| Octal | 225 | 101 | 44 | 0 | 70 | 114 | 52 | 17 | 75 | 44 |
| Binary | 10010101 | 1000001 | 100100 | 0 | 111000 | 1001100 | 101010 | 1111 | 111101 | 100100 |
Color Harmonies of #954124
Complementary color
Monochromatic Colors of #954124
Black with #954124
Text Example
Text Example
White with #954124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954124; }
p { color: rgb(149,65,36); }
H1.HeaderClassName
{
color: #954124;
}
.AnyTagClassName
{
color: #954124;
}
</style>
background-color css
<style>
a { background-color: #954124; }
a { background-color: rgb(149,65,36); }
div.DivClassName
{
background-color: #954124;
}
.BgClassName
{
background-color: #954124;
}
</style>
border-color css
<style>
span { border-color: #954124; }
span { border-color: rgb(149,65,36); }
td.TdClassName
{
border-color: #954124;
}
.TagClassName
{
border-color: #954124;
}
</style>