Shades of Fire #9D3A17
Tints of Fire #9D3A17
RGB
CMYK
RGB Variations
Color information
#9D3A17 (or 0x9D3A17) is known color: Fire. HEX triplet: 9D, 3A and 17. RGB value is (157,58,23). Sum of RGB (Red+Green+Blue) = 157+58+23=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3A17 is #62C5E8. Grayscale: #535353. Windows color (decimal): -6473193 or 1522333. OLE color: 1522333.
HSL color Cylindrical-coordinate representation of color #9D3A17: hue angle of 15.67º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D3A17 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 58 | 23 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.38 |
| HSL | 15.67º | 0.74% | 0.35% | - |
| HSV(B) | 15.67º | 0.85% | 0.62% | - |
| XYZ | 15.57 | 10.26 | 1.97 | - |
| YUV | 83.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 58 | 23 | 0 | 0.63 | 0.85 | 0.38 | 15.67 | 0.74 | 0.35 |
| Hex | 9D | 3A | 17 | 0 | 3F | 55 | 26 | 10 | 4A | 23 |
| Octal | 235 | 72 | 27 | 0 | 77 | 125 | 46 | 20 | 112 | 43 |
| Binary | 10011101 | 111010 | 10111 | 0 | 111111 | 1010101 | 100110 | 10000 | 1001010 | 100011 |
Color Harmonies of #9D3A17
Complementary color
Monochromatic Colors of #9D3A17
Black with #9D3A17
Text Example
Text Example
White with #9D3A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3A17; }
p { color: rgb(157,58,23); }
H1.HeaderClassName
{
color: #9D3A17;
}
.AnyTagClassName
{
color: #9D3A17;
}
</style>
background-color css
<style>
a { background-color: #9D3A17; }
a { background-color: rgb(157,58,23); }
div.DivClassName
{
background-color: #9D3A17;
}
.BgClassName
{
background-color: #9D3A17;
}
</style>
border-color css
<style>
span { border-color: #9D3A17; }
span { border-color: rgb(157,58,23); }
td.TdClassName
{
border-color: #9D3A17;
}
.TagClassName
{
border-color: #9D3A17;
}
</style>