Shades of Fire #953E24
Tints of Fire #953E24
RGB
CMYK
RGB Variations
Color information
#953E24 (or 0x953E24) is known color: Fire. HEX triplet: 95, 3E and 24. RGB value is (149,62,36). Sum of RGB (Red+Green+Blue) = 149+62+36=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #953E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E24 is #6AC1DB. Grayscale: #555555. Windows color (decimal): -6996444 or 2375317. OLE color: 2375317.
HSL color Cylindrical-coordinate representation of color #953E24: hue angle of 13.81º 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 #953E24 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 36 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.42 |
| HSL | 13.81º | 0.61% | 0.36% | - |
| HSV(B) | 13.81º | 0.76% | 0.58% | - |
| XYZ | 14.44 | 9.96 | 2.83 | - |
| YUV | 85.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 36 | 0 | 0.58 | 0.76 | 0.42 | 13.81 | 0.61 | 0.36 |
| Hex | 95 | 3E | 24 | 0 | 3A | 4C | 2A | E | 3D | 24 |
| Octal | 225 | 76 | 44 | 0 | 72 | 114 | 52 | 16 | 75 | 44 |
| Binary | 10010101 | 111110 | 100100 | 0 | 111010 | 1001100 | 101010 | 1110 | 111101 | 100100 |
Color Harmonies of #953E24
Complementary color
Monochromatic Colors of #953E24
Black with #953E24
Text Example
Text Example
White with #953E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E24; }
p { color: rgb(149,62,36); }
H1.HeaderClassName
{
color: #953E24;
}
.AnyTagClassName
{
color: #953E24;
}
</style>
background-color css
<style>
a { background-color: #953E24; }
a { background-color: rgb(149,62,36); }
div.DivClassName
{
background-color: #953E24;
}
.BgClassName
{
background-color: #953E24;
}
</style>
border-color css
<style>
span { border-color: #953E24; }
span { border-color: rgb(149,62,36); }
td.TdClassName
{
border-color: #953E24;
}
.TagClassName
{
border-color: #953E24;
}
</style>