Shades of Fire #98431D
Tints of Fire #98431D
RGB
CMYK
RGB Variations
Color information
#98431D (or 0x98431D) is known color: Fire. HEX triplet: 98, 43 and 1D. RGB value is (152,67,29). Sum of RGB (Red+Green+Blue) = 152+67+29=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98431D is #67BCE2. Grayscale: #585858. Windows color (decimal): -6798563 or 1917848. OLE color: 1917848.
HSL color Cylindrical-coordinate representation of color #98431D: hue angle of 18.54º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98431D is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 29 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.40 |
| HSL | 18.54º | 0.68% | 0.35% | - |
| HSV(B) | 18.54º | 0.81% | 0.6% | - |
| XYZ | 15.18 | 10.78 | 2.44 | - |
| YUV | 88.08 | 94.66 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 29 | 0 | 0.56 | 0.81 | 0.40 | 18.54 | 0.68 | 0.35 |
| Hex | 98 | 43 | 1D | 0 | 38 | 51 | 28 | 13 | 44 | 23 |
| Octal | 230 | 103 | 35 | 0 | 70 | 121 | 50 | 23 | 104 | 43 |
| Binary | 10011000 | 1000011 | 11101 | 0 | 111000 | 1010001 | 101000 | 10011 | 1000100 | 100011 |
Color Harmonies of #98431D
Complementary color
Monochromatic Colors of #98431D
Black with #98431D
Text Example
Text Example
White with #98431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98431D; }
p { color: rgb(152,67,29); }
H1.HeaderClassName
{
color: #98431D;
}
.AnyTagClassName
{
color: #98431D;
}
</style>
background-color css
<style>
a { background-color: #98431D; }
a { background-color: rgb(152,67,29); }
div.DivClassName
{
background-color: #98431D;
}
.BgClassName
{
background-color: #98431D;
}
</style>
border-color css
<style>
span { border-color: #98431D; }
span { border-color: rgb(152,67,29); }
td.TdClassName
{
border-color: #98431D;
}
.TagClassName
{
border-color: #98431D;
}
</style>