Shades of Fire #973A1C
Tints of Fire #973A1C
RGB
CMYK
RGB Variations
Color information
#973A1C (or 0x973A1C) is known color: Fire. HEX triplet: 97, 3A and 1C. RGB value is (151,58,28). Sum of RGB (Red+Green+Blue) = 151+58+28=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #973A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973A1C is #68C5E3. Grayscale: #525252. Windows color (decimal): -6866404 or 1850007. OLE color: 1850007.
HSL color Cylindrical-coordinate representation of color #973A1C: hue angle of 14.63º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #973A1C is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 58 | 28 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.41 |
| HSL | 14.63º | 0.69% | 0.35% | - |
| HSV(B) | 14.63º | 0.81% | 0.59% | - |
| XYZ | 14.49 | 9.69 | 2.21 | - |
| YUV | 82.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 28 | 0 | 0.62 | 0.81 | 0.41 | 14.63 | 0.69 | 0.35 |
| Hex | 97 | 3A | 1C | 0 | 3E | 51 | 29 | F | 45 | 23 |
| Octal | 227 | 72 | 34 | 0 | 76 | 121 | 51 | 17 | 105 | 43 |
| Binary | 10010111 | 111010 | 11100 | 0 | 111110 | 1010001 | 101001 | 1111 | 1000101 | 100011 |
Color Harmonies of #973A1C
Complementary color
Monochromatic Colors of #973A1C
Black with #973A1C
Text Example
Text Example
White with #973A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973A1C; }
p { color: rgb(151,58,28); }
H1.HeaderClassName
{
color: #973A1C;
}
.AnyTagClassName
{
color: #973A1C;
}
</style>
background-color css
<style>
a { background-color: #973A1C; }
a { background-color: rgb(151,58,28); }
div.DivClassName
{
background-color: #973A1C;
}
.BgClassName
{
background-color: #973A1C;
}
</style>
border-color css
<style>
span { border-color: #973A1C; }
span { border-color: rgb(151,58,28); }
td.TdClassName
{
border-color: #973A1C;
}
.TagClassName
{
border-color: #973A1C;
}
</style>