Shades of Fire #953A26
Tints of Fire #953A26
RGB
CMYK
RGB Variations
Color information
#953A26 (or 0x953A26) is known color: Fire. HEX triplet: 95, 3A and 26. RGB value is (149,58,38). Sum of RGB (Red+Green+Blue) = 149+58+38=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #953A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A26 is #6AC5D9. Grayscale: #535353. Windows color (decimal): -6997466 or 2505365. OLE color: 2505365.
HSL color Cylindrical-coordinate representation of color #953A26: hue angle of 10.81º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953A26 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 38 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.42 |
| HSL | 10.81º | 0.59% | 0.37% | - |
| HSV(B) | 10.81º | 0.74% | 0.58% | - |
| XYZ | 14.26 | 9.56 | 2.93 | - |
| YUV | 82.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 38 | 0 | 0.61 | 0.74 | 0.42 | 10.81 | 0.59 | 0.37 |
| Hex | 95 | 3A | 26 | 0 | 3D | 4A | 2A | B | 3B | 25 |
| Octal | 225 | 72 | 46 | 0 | 75 | 112 | 52 | 13 | 73 | 45 |
| Binary | 10010101 | 111010 | 100110 | 0 | 111101 | 1001010 | 101010 | 1011 | 111011 | 100101 |
Color Harmonies of #953A26
Complementary color
Monochromatic Colors of #953A26
Black with #953A26
Text Example
Text Example
White with #953A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A26; }
p { color: rgb(149,58,38); }
H1.HeaderClassName
{
color: #953A26;
}
.AnyTagClassName
{
color: #953A26;
}
</style>
background-color css
<style>
a { background-color: #953A26; }
a { background-color: rgb(149,58,38); }
div.DivClassName
{
background-color: #953A26;
}
.BgClassName
{
background-color: #953A26;
}
</style>
border-color css
<style>
span { border-color: #953A26; }
span { border-color: rgb(149,58,38); }
td.TdClassName
{
border-color: #953A26;
}
.TagClassName
{
border-color: #953A26;
}
</style>