Shades of Fire #973C24
Tints of Fire #973C24
RGB
CMYK
RGB Variations
Color information
#973C24 (or 0x973C24) is known color: Fire. HEX triplet: 97, 3C and 24. RGB value is (151,60,36). Sum of RGB (Red+Green+Blue) = 151+60+36=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #973C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973C24 is #68C3DB. Grayscale: #545454. Windows color (decimal): -6865884 or 2374807. OLE color: 2374807.
HSL color Cylindrical-coordinate representation of color #973C24: hue angle of 12.52º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #973C24 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 36 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.41 |
| HSL | 12.52º | 0.61% | 0.37% | - |
| HSV(B) | 12.52º | 0.76% | 0.59% | - |
| XYZ | 14.7 | 9.94 | 2.81 | - |
| YUV | 84.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 36 | 0 | 0.60 | 0.76 | 0.41 | 12.52 | 0.61 | 0.37 |
| Hex | 97 | 3C | 24 | 0 | 3C | 4C | 29 | D | 3D | 25 |
| Octal | 227 | 74 | 44 | 0 | 74 | 114 | 51 | 15 | 75 | 45 |
| Binary | 10010111 | 111100 | 100100 | 0 | 111100 | 1001100 | 101001 | 1101 | 111101 | 100101 |
Color Harmonies of #973C24
Complementary color
Monochromatic Colors of #973C24
Black with #973C24
Text Example
Text Example
White with #973C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C24; }
p { color: rgb(151,60,36); }
H1.HeaderClassName
{
color: #973C24;
}
.AnyTagClassName
{
color: #973C24;
}
</style>
background-color css
<style>
a { background-color: #973C24; }
a { background-color: rgb(151,60,36); }
div.DivClassName
{
background-color: #973C24;
}
.BgClassName
{
background-color: #973C24;
}
</style>
border-color css
<style>
span { border-color: #973C24; }
span { border-color: rgb(151,60,36); }
td.TdClassName
{
border-color: #973C24;
}
.TagClassName
{
border-color: #973C24;
}
</style>