Shades of Fire #954225
Tints of Fire #954225
RGB
CMYK
RGB Variations
Color information
#954225 (or 0x954225) is known color: Fire. HEX triplet: 95, 42 and 25. RGB value is (149,66,37). Sum of RGB (Red+Green+Blue) = 149+66+37=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #954225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954225 is #6ABDDA. Grayscale: #575757. Windows color (decimal): -6995419 or 2441877. OLE color: 2441877.
HSL color Cylindrical-coordinate representation of color #954225: hue angle of 15.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #954225 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 37 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.42 |
| HSL | 15.54º | 0.6% | 0.36% | - |
| HSV(B) | 15.54º | 0.75% | 0.58% | - |
| XYZ | 14.68 | 10.42 | 2.99 | - |
| YUV | 87.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 37 | 0 | 0.56 | 0.75 | 0.42 | 15.54 | 0.6 | 0.36 |
| Hex | 95 | 42 | 25 | 0 | 38 | 4B | 2A | 10 | 3C | 24 |
| Octal | 225 | 102 | 45 | 0 | 70 | 113 | 52 | 20 | 74 | 44 |
| Binary | 10010101 | 1000010 | 100101 | 0 | 111000 | 1001011 | 101010 | 10000 | 111100 | 100100 |
Color Harmonies of #954225
Complementary color
Monochromatic Colors of #954225
Black with #954225
Text Example
Text Example
White with #954225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954225; }
p { color: rgb(149,66,37); }
H1.HeaderClassName
{
color: #954225;
}
.AnyTagClassName
{
color: #954225;
}
</style>
background-color css
<style>
a { background-color: #954225; }
a { background-color: rgb(149,66,37); }
div.DivClassName
{
background-color: #954225;
}
.BgClassName
{
background-color: #954225;
}
</style>
border-color css
<style>
span { border-color: #954225; }
span { border-color: rgb(149,66,37); }
td.TdClassName
{
border-color: #954225;
}
.TagClassName
{
border-color: #954225;
}
</style>