Shades of Fire #9C371C
Tints of Fire #9C371C
RGB
CMYK
RGB Variations
Color information
#9C371C (or 0x9C371C) is known color: Fire. HEX triplet: 9C, 37 and 1C. RGB value is (156,55,28). Sum of RGB (Red+Green+Blue) = 156+55+28=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C371C is #63C8E3. Grayscale: #525252. Windows color (decimal): -6539492 or 1849244. OLE color: 1849244.
HSL color Cylindrical-coordinate representation of color #9C371C: hue angle of 12.66º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C371C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 55 | 28 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.39 |
| HSL | 12.66º | 0.7% | 0.36% | - |
| HSV(B) | 12.66º | 0.82% | 0.61% | - |
| XYZ | 15.29 | 9.88 | 2.2 | - |
| YUV | 82.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 55 | 28 | 0 | 0.65 | 0.82 | 0.39 | 12.66 | 0.7 | 0.36 |
| Hex | 9C | 37 | 1C | 0 | 41 | 52 | 27 | D | 46 | 24 |
| Octal | 234 | 67 | 34 | 0 | 101 | 122 | 47 | 15 | 106 | 44 |
| Binary | 10011100 | 110111 | 11100 | 0 | 1000001 | 1010010 | 100111 | 1101 | 1000110 | 100100 |
Color Harmonies of #9C371C
Complementary color
Monochromatic Colors of #9C371C
Black with #9C371C
Text Example
Text Example
White with #9C371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C371C; }
p { color: rgb(156,55,28); }
H1.HeaderClassName
{
color: #9C371C;
}
.AnyTagClassName
{
color: #9C371C;
}
</style>
background-color css
<style>
a { background-color: #9C371C; }
a { background-color: rgb(156,55,28); }
div.DivClassName
{
background-color: #9C371C;
}
.BgClassName
{
background-color: #9C371C;
}
</style>
border-color css
<style>
span { border-color: #9C371C; }
span { border-color: rgb(156,55,28); }
td.TdClassName
{
border-color: #9C371C;
}
.TagClassName
{
border-color: #9C371C;
}
</style>