Shades of Fire #8F3A27
Tints of Fire #8F3A27
RGB
CMYK
RGB Variations
Color information
#8F3A27 (or 0x8F3A27) is known color: Fire. HEX triplet: 8F, 3A and 27. RGB value is (143,58,39). Sum of RGB (Red+Green+Blue) = 143+58+39=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A27 is #70C5D8. Grayscale: #515151. Windows color (decimal): -7390681 or 2570895. OLE color: 2570895.
HSL color Cylindrical-coordinate representation of color #8F3A27: hue angle of 10.96º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F3A27 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 58 | 39 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.44 |
| HSL | 10.96º | 0.57% | 0.36% | - |
| HSV(B) | 10.96º | 0.73% | 0.56% | - |
| XYZ | 13.21 | 9.01 | 2.96 | - |
| YUV | 81.25 | 104.16 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 39 | 0 | 0.59 | 0.73 | 0.44 | 10.96 | 0.57 | 0.36 |
| Hex | 8F | 3A | 27 | 0 | 3B | 49 | 2C | B | 39 | 24 |
| Octal | 217 | 72 | 47 | 0 | 73 | 111 | 54 | 13 | 71 | 44 |
| Binary | 10001111 | 111010 | 100111 | 0 | 111011 | 1001001 | 101100 | 1011 | 111001 | 100100 |
Color Harmonies of #8F3A27
Complementary color
Monochromatic Colors of #8F3A27
Black with #8F3A27
Text Example
Text Example
White with #8F3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3A27; }
p { color: rgb(143,58,39); }
H1.HeaderClassName
{
color: #8F3A27;
}
.AnyTagClassName
{
color: #8F3A27;
}
</style>
background-color css
<style>
a { background-color: #8F3A27; }
a { background-color: rgb(143,58,39); }
div.DivClassName
{
background-color: #8F3A27;
}
.BgClassName
{
background-color: #8F3A27;
}
</style>
border-color css
<style>
span { border-color: #8F3A27; }
span { border-color: rgb(143,58,39); }
td.TdClassName
{
border-color: #8F3A27;
}
.TagClassName
{
border-color: #8F3A27;
}
</style>