Shades of Fire #973C19
Tints of Fire #973C19
RGB
CMYK
RGB Variations
Color information
#973C19 (or 0x973C19) is known color: Fire. HEX triplet: 97, 3C and 19. RGB value is (151,60,25). Sum of RGB (Red+Green+Blue) = 151+60+25=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #973C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973C19 is #68C3E6. Grayscale: #535353. Windows color (decimal): -6865895 or 1653911. OLE color: 1653911.
HSL color Cylindrical-coordinate representation of color #973C19: hue angle of 16.67º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #973C19 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 60 | 25 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.41 |
| HSL | 16.67º | 0.72% | 0.35% | - |
| HSV(B) | 16.67º | 0.83% | 0.59% | - |
| XYZ | 14.55 | 9.88 | 2.06 | - |
| YUV | 83.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 25 | 0 | 0.60 | 0.83 | 0.41 | 16.67 | 0.72 | 0.35 |
| Hex | 97 | 3C | 19 | 0 | 3C | 53 | 29 | 11 | 48 | 23 |
| Octal | 227 | 74 | 31 | 0 | 74 | 123 | 51 | 21 | 110 | 43 |
| Binary | 10010111 | 111100 | 11001 | 0 | 111100 | 1010011 | 101001 | 10001 | 1001000 | 100011 |
Color Harmonies of #973C19
Complementary color
Monochromatic Colors of #973C19
Black with #973C19
Text Example
Text Example
White with #973C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973C19; }
p { color: rgb(151,60,25); }
H1.HeaderClassName
{
color: #973C19;
}
.AnyTagClassName
{
color: #973C19;
}
</style>
background-color css
<style>
a { background-color: #973C19; }
a { background-color: rgb(151,60,25); }
div.DivClassName
{
background-color: #973C19;
}
.BgClassName
{
background-color: #973C19;
}
</style>
border-color css
<style>
span { border-color: #973C19; }
span { border-color: rgb(151,60,25); }
td.TdClassName
{
border-color: #973C19;
}
.TagClassName
{
border-color: #973C19;
}
</style>