Shades of Fire #983F1E
Tints of Fire #983F1E
RGB
CMYK
RGB Variations
Color information
#983F1E (or 0x983F1E) is known color: Fire. HEX triplet: 98, 3F and 1E. RGB value is (152,63,30). Sum of RGB (Red+Green+Blue) = 152+63+30=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #983F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F1E is #67C0E1. Grayscale: #565656. Windows color (decimal): -6799586 or 1982360. OLE color: 1982360.
HSL color Cylindrical-coordinate representation of color #983F1E: hue angle of 16.23º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #983F1E is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 63 | 30 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.40 |
| HSL | 16.23º | 0.67% | 0.36% | - |
| HSV(B) | 16.23º | 0.8% | 0.6% | - |
| XYZ | 14.96 | 10.32 | 2.43 | - |
| YUV | 85.85 | 96.49 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 63 | 30 | 0 | 0.59 | 0.80 | 0.40 | 16.23 | 0.67 | 0.36 |
| Hex | 98 | 3F | 1E | 0 | 3B | 50 | 28 | 10 | 43 | 24 |
| Octal | 230 | 77 | 36 | 0 | 73 | 120 | 50 | 20 | 103 | 44 |
| Binary | 10011000 | 111111 | 11110 | 0 | 111011 | 1010000 | 101000 | 10000 | 1000011 | 100100 |
Color Harmonies of #983F1E
Complementary color
Monochromatic Colors of #983F1E
Black with #983F1E
Text Example
Text Example
White with #983F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983F1E; }
p { color: rgb(152,63,30); }
H1.HeaderClassName
{
color: #983F1E;
}
.AnyTagClassName
{
color: #983F1E;
}
</style>
background-color css
<style>
a { background-color: #983F1E; }
a { background-color: rgb(152,63,30); }
div.DivClassName
{
background-color: #983F1E;
}
.BgClassName
{
background-color: #983F1E;
}
</style>
border-color css
<style>
span { border-color: #983F1E; }
span { border-color: rgb(152,63,30); }
td.TdClassName
{
border-color: #983F1E;
}
.TagClassName
{
border-color: #983F1E;
}
</style>