Shades of Fire #983A1D
Tints of Fire #983A1D
RGB
CMYK
RGB Variations
Color information
#983A1D (or 0x983A1D) is known color: Fire. HEX triplet: 98, 3A and 1D. RGB value is (152,58,29). Sum of RGB (Red+Green+Blue) = 152+58+29=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #983A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A1D is #67C5E2. Grayscale: #535353. Windows color (decimal): -6800867 or 1915544. OLE color: 1915544.
HSL color Cylindrical-coordinate representation of color #983A1D: hue angle of 14.15º 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 #983A1D is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 29 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.40 |
| HSL | 14.15º | 0.68% | 0.35% | - |
| HSV(B) | 14.15º | 0.81% | 0.6% | - |
| XYZ | 14.68 | 9.79 | 2.28 | - |
| YUV | 82.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 29 | 0 | 0.62 | 0.81 | 0.40 | 14.15 | 0.68 | 0.35 |
| Hex | 98 | 3A | 1D | 0 | 3E | 51 | 28 | E | 44 | 23 |
| Octal | 230 | 72 | 35 | 0 | 76 | 121 | 50 | 16 | 104 | 43 |
| Binary | 10011000 | 111010 | 11101 | 0 | 111110 | 1010001 | 101000 | 1110 | 1000100 | 100011 |
Color Harmonies of #983A1D
Complementary color
Monochromatic Colors of #983A1D
Black with #983A1D
Text Example
Text Example
White with #983A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A1D; }
p { color: rgb(152,58,29); }
H1.HeaderClassName
{
color: #983A1D;
}
.AnyTagClassName
{
color: #983A1D;
}
</style>
background-color css
<style>
a { background-color: #983A1D; }
a { background-color: rgb(152,58,29); }
div.DivClassName
{
background-color: #983A1D;
}
.BgClassName
{
background-color: #983A1D;
}
</style>
border-color css
<style>
span { border-color: #983A1D; }
span { border-color: rgb(152,58,29); }
td.TdClassName
{
border-color: #983A1D;
}
.TagClassName
{
border-color: #983A1D;
}
</style>