Shades of Fire #973A23
Tints of Fire #973A23
RGB
CMYK
RGB Variations
Color information
#973A23 (or 0x973A23) is known color: Fire. HEX triplet: 97, 3A and 23. RGB value is (151,58,35). Sum of RGB (Red+Green+Blue) = 151+58+35=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #973A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A23 is #68C5DC. Grayscale: #535353. Windows color (decimal): -6866397 or 2308759. OLE color: 2308759.
HSL color Cylindrical-coordinate representation of color #973A23: hue angle of 11.9º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #973A23 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 35 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.41 |
| HSL | 11.9º | 0.62% | 0.36% | - |
| HSV(B) | 11.9º | 0.77% | 0.59% | - |
| XYZ | 14.58 | 9.73 | 2.7 | - |
| YUV | 83.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 35 | 0 | 0.62 | 0.77 | 0.41 | 11.9 | 0.62 | 0.36 |
| Hex | 97 | 3A | 23 | 0 | 3E | 4D | 29 | C | 3E | 24 |
| Octal | 227 | 72 | 43 | 0 | 76 | 115 | 51 | 14 | 76 | 44 |
| Binary | 10010111 | 111010 | 100011 | 0 | 111110 | 1001101 | 101001 | 1100 | 111110 | 100100 |
Color Harmonies of #973A23
Complementary color
Monochromatic Colors of #973A23
Black with #973A23
Text Example
Text Example
White with #973A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A23; }
p { color: rgb(151,58,35); }
H1.HeaderClassName
{
color: #973A23;
}
.AnyTagClassName
{
color: #973A23;
}
</style>
background-color css
<style>
a { background-color: #973A23; }
a { background-color: rgb(151,58,35); }
div.DivClassName
{
background-color: #973A23;
}
.BgClassName
{
background-color: #973A23;
}
</style>
border-color css
<style>
span { border-color: #973A23; }
span { border-color: rgb(151,58,35); }
td.TdClassName
{
border-color: #973A23;
}
.TagClassName
{
border-color: #973A23;
}
</style>