Shades of Fire #8C3F28
Tints of Fire #8C3F28
RGB
CMYK
RGB Variations
Color information
#8C3F28 (or 0x8C3F28) is known color: Fire. HEX triplet: 8C, 3F and 28. RGB value is (140,63,40). Sum of RGB (Red+Green+Blue) = 140+63+40=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3F28 is #73C0D7. Grayscale: #535353. Windows color (decimal): -7586008 or 2637708. OLE color: 2637708.
HSL color Cylindrical-coordinate representation of color #8C3F28: hue angle of 13.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3F28 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 40 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.45 |
| HSL | 13.8º | 0.56% | 0.35% | - |
| HSV(B) | 13.8º | 0.71% | 0.55% | - |
| XYZ | 12.98 | 9.28 | 3.12 | - |
| YUV | 83.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 40 | 0 | 0.55 | 0.71 | 0.45 | 13.8 | 0.56 | 0.35 |
| Hex | 8C | 3F | 28 | 0 | 37 | 47 | 2D | E | 38 | 23 |
| Octal | 214 | 77 | 50 | 0 | 67 | 107 | 55 | 16 | 70 | 43 |
| Binary | 10001100 | 111111 | 101000 | 0 | 110111 | 1000111 | 101101 | 1110 | 111000 | 100011 |
Color Harmonies of #8C3F28
Complementary color
Monochromatic Colors of #8C3F28
Black with #8C3F28
Text Example
Text Example
White with #8C3F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F28; }
p { color: rgb(140,63,40); }
H1.HeaderClassName
{
color: #8C3F28;
}
.AnyTagClassName
{
color: #8C3F28;
}
</style>
background-color css
<style>
a { background-color: #8C3F28; }
a { background-color: rgb(140,63,40); }
div.DivClassName
{
background-color: #8C3F28;
}
.BgClassName
{
background-color: #8C3F28;
}
</style>
border-color css
<style>
span { border-color: #8C3F28; }
span { border-color: rgb(140,63,40); }
td.TdClassName
{
border-color: #8C3F28;
}
.TagClassName
{
border-color: #8C3F28;
}
</style>