Shades of Fire #983D1D
Tints of Fire #983D1D
RGB
CMYK
RGB Variations
Color information
#983D1D (or 0x983D1D) is known color: Fire. HEX triplet: 98, 3D and 1D. RGB value is (152,61,29). Sum of RGB (Red+Green+Blue) = 152+61+29=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #983D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D1D is #67C2E2. Grayscale: #545454. Windows color (decimal): -6800099 or 1916312. OLE color: 1916312.
HSL color Cylindrical-coordinate representation of color #983D1D: hue angle of 15.61º 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 #983D1D is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 61 | 29 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.40 |
| HSL | 15.61º | 0.68% | 0.35% | - |
| HSV(B) | 15.61º | 0.81% | 0.6% | - |
| XYZ | 14.84 | 10.1 | 2.33 | - |
| YUV | 84.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 61 | 29 | 0 | 0.60 | 0.81 | 0.40 | 15.61 | 0.68 | 0.35 |
| Hex | 98 | 3D | 1D | 0 | 3C | 51 | 28 | 10 | 44 | 23 |
| Octal | 230 | 75 | 35 | 0 | 74 | 121 | 50 | 20 | 104 | 43 |
| Binary | 10011000 | 111101 | 11101 | 0 | 111100 | 1010001 | 101000 | 10000 | 1000100 | 100011 |
Color Harmonies of #983D1D
Complementary color
Monochromatic Colors of #983D1D
Black with #983D1D
Text Example
Text Example
White with #983D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983D1D; }
p { color: rgb(152,61,29); }
H1.HeaderClassName
{
color: #983D1D;
}
.AnyTagClassName
{
color: #983D1D;
}
</style>
background-color css
<style>
a { background-color: #983D1D; }
a { background-color: rgb(152,61,29); }
div.DivClassName
{
background-color: #983D1D;
}
.BgClassName
{
background-color: #983D1D;
}
</style>
border-color css
<style>
span { border-color: #983D1D; }
span { border-color: rgb(152,61,29); }
td.TdClassName
{
border-color: #983D1D;
}
.TagClassName
{
border-color: #983D1D;
}
</style>