Shades of Fire #983C1E
Tints of Fire #983C1E
RGB
CMYK
RGB Variations
Color information
#983C1E (or 0x983C1E) is known color: Fire. HEX triplet: 98, 3C and 1E. RGB value is (152,60,30). Sum of RGB (Red+Green+Blue) = 152+60+30=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #983C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C1E is #67C3E1. Grayscale: #545454. Windows color (decimal): -6800354 or 1981592. OLE color: 1981592.
HSL color Cylindrical-coordinate representation of color #983C1E: hue angle of 14.75º 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 #983C1E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 60 | 30 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.40 |
| HSL | 14.75º | 0.67% | 0.36% | - |
| HSV(B) | 14.75º | 0.8% | 0.6% | - |
| XYZ | 14.8 | 10 | 2.38 | - |
| YUV | 84.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 60 | 30 | 0 | 0.61 | 0.80 | 0.40 | 14.75 | 0.67 | 0.36 |
| Hex | 98 | 3C | 1E | 0 | 3D | 50 | 28 | F | 43 | 24 |
| Octal | 230 | 74 | 36 | 0 | 75 | 120 | 50 | 17 | 103 | 44 |
| Binary | 10011000 | 111100 | 11110 | 0 | 111101 | 1010000 | 101000 | 1111 | 1000011 | 100100 |
Color Harmonies of #983C1E
Complementary color
Monochromatic Colors of #983C1E
Black with #983C1E
Text Example
Text Example
White with #983C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983C1E; }
p { color: rgb(152,60,30); }
H1.HeaderClassName
{
color: #983C1E;
}
.AnyTagClassName
{
color: #983C1E;
}
</style>
background-color css
<style>
a { background-color: #983C1E; }
a { background-color: rgb(152,60,30); }
div.DivClassName
{
background-color: #983C1E;
}
.BgClassName
{
background-color: #983C1E;
}
</style>
border-color css
<style>
span { border-color: #983C1E; }
span { border-color: rgb(152,60,30); }
td.TdClassName
{
border-color: #983C1E;
}
.TagClassName
{
border-color: #983C1E;
}
</style>