Shades of Fire #953A22
Tints of Fire #953A22
RGB
CMYK
RGB Variations
Color information
#953A22 (or 0x953A22) is known color: Fire. HEX triplet: 95, 3A and 22. RGB value is (149,58,34). Sum of RGB (Red+Green+Blue) = 149+58+34=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #953A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A22 is #6AC5DD. Grayscale: #525252. Windows color (decimal): -6997470 or 2243221. OLE color: 2243221.
HSL color Cylindrical-coordinate representation of color #953A22: hue angle of 12.52º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #953A22 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 34 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.42 |
| HSL | 12.52º | 0.63% | 0.36% | - |
| HSV(B) | 12.52º | 0.77% | 0.58% | - |
| XYZ | 14.2 | 9.53 | 2.6 | - |
| YUV | 82.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 34 | 0 | 0.61 | 0.77 | 0.42 | 12.52 | 0.63 | 0.36 |
| Hex | 95 | 3A | 22 | 0 | 3D | 4D | 2A | D | 3F | 24 |
| Octal | 225 | 72 | 42 | 0 | 75 | 115 | 52 | 15 | 77 | 44 |
| Binary | 10010101 | 111010 | 100010 | 0 | 111101 | 1001101 | 101010 | 1101 | 111111 | 100100 |
Color Harmonies of #953A22
Complementary color
Monochromatic Colors of #953A22
Black with #953A22
Text Example
Text Example
White with #953A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A22; }
p { color: rgb(149,58,34); }
H1.HeaderClassName
{
color: #953A22;
}
.AnyTagClassName
{
color: #953A22;
}
</style>
background-color css
<style>
a { background-color: #953A22; }
a { background-color: rgb(149,58,34); }
div.DivClassName
{
background-color: #953A22;
}
.BgClassName
{
background-color: #953A22;
}
</style>
border-color css
<style>
span { border-color: #953A22; }
span { border-color: rgb(149,58,34); }
td.TdClassName
{
border-color: #953A22;
}
.TagClassName
{
border-color: #953A22;
}
</style>