Shades of Fire #953F24
Tints of Fire #953F24
RGB
CMYK
RGB Variations
Color information
#953F24 (or 0x953F24) is known color: Fire. HEX triplet: 95, 3F and 24. RGB value is (149,63,36). Sum of RGB (Red+Green+Blue) = 149+63+36=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #953F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F24 is #6AC0DB. Grayscale: #555555. Windows color (decimal): -6996188 or 2375573. OLE color: 2375573.
HSL color Cylindrical-coordinate representation of color #953F24: hue angle of 14.34º 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 #953F24 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 36 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.42 |
| HSL | 14.34º | 0.61% | 0.36% | - |
| HSV(B) | 14.34º | 0.76% | 0.58% | - |
| XYZ | 14.49 | 10.07 | 2.85 | - |
| YUV | 85.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 36 | 0 | 0.58 | 0.76 | 0.42 | 14.34 | 0.61 | 0.36 |
| Hex | 95 | 3F | 24 | 0 | 3A | 4C | 2A | E | 3D | 24 |
| Octal | 225 | 77 | 44 | 0 | 72 | 114 | 52 | 16 | 75 | 44 |
| Binary | 10010101 | 111111 | 100100 | 0 | 111010 | 1001100 | 101010 | 1110 | 111101 | 100100 |
Color Harmonies of #953F24
Complementary color
Monochromatic Colors of #953F24
Black with #953F24
Text Example
Text Example
White with #953F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F24; }
p { color: rgb(149,63,36); }
H1.HeaderClassName
{
color: #953F24;
}
.AnyTagClassName
{
color: #953F24;
}
</style>
background-color css
<style>
a { background-color: #953F24; }
a { background-color: rgb(149,63,36); }
div.DivClassName
{
background-color: #953F24;
}
.BgClassName
{
background-color: #953F24;
}
</style>
border-color css
<style>
span { border-color: #953F24; }
span { border-color: rgb(149,63,36); }
td.TdClassName
{
border-color: #953F24;
}
.TagClassName
{
border-color: #953F24;
}
</style>