Shades of Fire #983A1F
Tints of Fire #983A1F
RGB
CMYK
RGB Variations
Color information
#983A1F (or 0x983A1F) is known color: Fire. HEX triplet: 98, 3A and 1F. RGB value is (152,58,31). Sum of RGB (Red+Green+Blue) = 152+58+31=241 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.07% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 152 - color contains mainly: red. Hex color #983A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983A1F is #67C5E0. Grayscale: #535353. Windows color (decimal): -6800865 or 2046616. OLE color: 2046616.
HSL color Cylindrical-coordinate representation of color #983A1F: hue angle of 13.39º degrees, saturation: 0.66, 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 #983A1F is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 31 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.40 |
| HSL | 13.39º | 0.66% | 0.36% | - |
| HSV(B) | 13.39º | 0.8% | 0.6% | - |
| XYZ | 14.71 | 9.8 | 2.41 | - |
| YUV | 83.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 31 | 0 | 0.62 | 0.80 | 0.40 | 13.39 | 0.66 | 0.36 |
| Hex | 98 | 3A | 1F | 0 | 3E | 50 | 28 | D | 42 | 24 |
| Octal | 230 | 72 | 37 | 0 | 76 | 120 | 50 | 15 | 102 | 44 |
| Binary | 10011000 | 111010 | 11111 | 0 | 111110 | 1010000 | 101000 | 1101 | 1000010 | 100100 |
Color Harmonies of #983A1F
Complementary color
Monochromatic Colors of #983A1F
Black with #983A1F
Text Example
Text Example
White with #983A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A1F; }
p { color: rgb(152,58,31); }
H1.HeaderClassName
{
color: #983A1F;
}
.AnyTagClassName
{
color: #983A1F;
}
</style>
background-color css
<style>
a { background-color: #983A1F; }
a { background-color: rgb(152,58,31); }
div.DivClassName
{
background-color: #983A1F;
}
.BgClassName
{
background-color: #983A1F;
}
</style>
border-color css
<style>
span { border-color: #983A1F; }
span { border-color: rgb(152,58,31); }
td.TdClassName
{
border-color: #983A1F;
}
.TagClassName
{
border-color: #983A1F;
}
</style>