Shades of Fire #983C1A
Tints of Fire #983C1A
RGB
CMYK
RGB Variations
Color information
#983C1A (or 0x983C1A) is known color: Fire. HEX triplet: 98, 3C and 1A. RGB value is (152,60,26). Sum of RGB (Red+Green+Blue) = 152+60+26=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #983C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C1A is #67C3E5. Grayscale: #535353. Windows color (decimal): -6800358 or 1719448. OLE color: 1719448.
HSL color Cylindrical-coordinate representation of color #983C1A: hue angle of 16.19º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #983C1A is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 26 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.40 |
| HSL | 16.19º | 0.71% | 0.35% | - |
| HSV(B) | 16.19º | 0.83% | 0.6% | - |
| XYZ | 14.75 | 9.98 | 2.13 | - |
| YUV | 83.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 26 | 0 | 0.61 | 0.83 | 0.40 | 16.19 | 0.71 | 0.35 |
| Hex | 98 | 3C | 1A | 0 | 3D | 53 | 28 | 10 | 47 | 23 |
| Octal | 230 | 74 | 32 | 0 | 75 | 123 | 50 | 20 | 107 | 43 |
| Binary | 10011000 | 111100 | 11010 | 0 | 111101 | 1010011 | 101000 | 10000 | 1000111 | 100011 |
Color Harmonies of #983C1A
Complementary color
Monochromatic Colors of #983C1A
Black with #983C1A
Text Example
Text Example
White with #983C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C1A; }
p { color: rgb(152,60,26); }
H1.HeaderClassName
{
color: #983C1A;
}
.AnyTagClassName
{
color: #983C1A;
}
</style>
background-color css
<style>
a { background-color: #983C1A; }
a { background-color: rgb(152,60,26); }
div.DivClassName
{
background-color: #983C1A;
}
.BgClassName
{
background-color: #983C1A;
}
</style>
border-color css
<style>
span { border-color: #983C1A; }
span { border-color: rgb(152,60,26); }
td.TdClassName
{
border-color: #983C1A;
}
.TagClassName
{
border-color: #983C1A;
}
</style>