Shades of Fire #953B24
Tints of Fire #953B24
RGB
CMYK
RGB Variations
Color information
#953B24 (or 0x953B24) is known color: Fire. HEX triplet: 95, 3B and 24. RGB value is (149,59,36). Sum of RGB (Red+Green+Blue) = 149+59+36=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #953B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B24 is #6AC4DB. Grayscale: #535353. Windows color (decimal): -6997212 or 2374549. OLE color: 2374549.
HSL color Cylindrical-coordinate representation of color #953B24: hue angle of 12.21º 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 #953B24 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 36 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.42 |
| HSL | 12.21º | 0.61% | 0.36% | - |
| HSV(B) | 12.21º | 0.76% | 0.58% | - |
| XYZ | 14.28 | 9.64 | 2.78 | - |
| YUV | 83.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 36 | 0 | 0.60 | 0.76 | 0.42 | 12.21 | 0.61 | 0.36 |
| Hex | 95 | 3B | 24 | 0 | 3C | 4C | 2A | C | 3D | 24 |
| Octal | 225 | 73 | 44 | 0 | 74 | 114 | 52 | 14 | 75 | 44 |
| Binary | 10010101 | 111011 | 100100 | 0 | 111100 | 1001100 | 101010 | 1100 | 111101 | 100100 |
Color Harmonies of #953B24
Complementary color
Monochromatic Colors of #953B24
Black with #953B24
Text Example
Text Example
White with #953B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B24; }
p { color: rgb(149,59,36); }
H1.HeaderClassName
{
color: #953B24;
}
.AnyTagClassName
{
color: #953B24;
}
</style>
background-color css
<style>
a { background-color: #953B24; }
a { background-color: rgb(149,59,36); }
div.DivClassName
{
background-color: #953B24;
}
.BgClassName
{
background-color: #953B24;
}
</style>
border-color css
<style>
span { border-color: #953B24; }
span { border-color: rgb(149,59,36); }
td.TdClassName
{
border-color: #953B24;
}
.TagClassName
{
border-color: #953B24;
}
</style>