Shades of Fire #983C22
Tints of Fire #983C22
RGB
CMYK
RGB Variations
Color information
#983C22 (or 0x983C22) is known color: Fire. HEX triplet: 98, 3C and 22. RGB value is (152,60,34). Sum of RGB (Red+Green+Blue) = 152+60+34=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #983C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C22 is #67C3DD. Grayscale: #545454. Windows color (decimal): -6800350 or 2243736. OLE color: 2243736.
HSL color Cylindrical-coordinate representation of color #983C22: hue angle of 13.22º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #983C22 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 34 | - |
| CMYK | 0 | 0.61 | 0.78 | 0.40 |
| HSL | 13.22º | 0.63% | 0.36% | - |
| HSV(B) | 13.22º | 0.78% | 0.6% | - |
| XYZ | 14.85 | 10.02 | 2.67 | - |
| YUV | 84.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 34 | 0 | 0.61 | 0.78 | 0.40 | 13.22 | 0.63 | 0.36 |
| Hex | 98 | 3C | 22 | 0 | 3D | 4E | 28 | D | 3F | 24 |
| Octal | 230 | 74 | 42 | 0 | 75 | 116 | 50 | 15 | 77 | 44 |
| Binary | 10011000 | 111100 | 100010 | 0 | 111101 | 1001110 | 101000 | 1101 | 111111 | 100100 |
Color Harmonies of #983C22
Complementary color
Monochromatic Colors of #983C22
Black with #983C22
Text Example
Text Example
White with #983C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C22; }
p { color: rgb(152,60,34); }
H1.HeaderClassName
{
color: #983C22;
}
.AnyTagClassName
{
color: #983C22;
}
</style>
background-color css
<style>
a { background-color: #983C22; }
a { background-color: rgb(152,60,34); }
div.DivClassName
{
background-color: #983C22;
}
.BgClassName
{
background-color: #983C22;
}
</style>
border-color css
<style>
span { border-color: #983C22; }
span { border-color: rgb(152,60,34); }
td.TdClassName
{
border-color: #983C22;
}
.TagClassName
{
border-color: #983C22;
}
</style>