Shades of Fire #98431E
Tints of Fire #98431E
RGB
CMYK
RGB Variations
Color information
#98431E (or 0x98431E) is known color: Fire. HEX triplet: 98, 43 and 1E. RGB value is (152,67,30). Sum of RGB (Red+Green+Blue) = 152+67+30=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98431E is #67BCE1. Grayscale: #585858. Windows color (decimal): -6798562 or 1983384. OLE color: 1983384.
HSL color Cylindrical-coordinate representation of color #98431E: hue angle of 18.2º 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 #98431E is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 30 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.40 |
| HSL | 18.2º | 0.67% | 0.36% | - |
| HSV(B) | 18.2º | 0.8% | 0.6% | - |
| XYZ | 15.19 | 10.78 | 2.51 | - |
| YUV | 88.2 | 95.16 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 30 | 0 | 0.56 | 0.80 | 0.40 | 18.2 | 0.67 | 0.36 |
| Hex | 98 | 43 | 1E | 0 | 38 | 50 | 28 | 12 | 43 | 24 |
| Octal | 230 | 103 | 36 | 0 | 70 | 120 | 50 | 22 | 103 | 44 |
| Binary | 10011000 | 1000011 | 11110 | 0 | 111000 | 1010000 | 101000 | 10010 | 1000011 | 100100 |
Color Harmonies of #98431E
Complementary color
Monochromatic Colors of #98431E
Black with #98431E
Text Example
Text Example
White with #98431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98431E; }
p { color: rgb(152,67,30); }
H1.HeaderClassName
{
color: #98431E;
}
.AnyTagClassName
{
color: #98431E;
}
</style>
background-color css
<style>
a { background-color: #98431E; }
a { background-color: rgb(152,67,30); }
div.DivClassName
{
background-color: #98431E;
}
.BgClassName
{
background-color: #98431E;
}
</style>
border-color css
<style>
span { border-color: #98431E; }
span { border-color: rgb(152,67,30); }
td.TdClassName
{
border-color: #98431E;
}
.TagClassName
{
border-color: #98431E;
}
</style>