Shades of Flame Red #8C292F
Tints of Flame Red #8C292F
RGB
CMYK
RGB Variations
Color information
#8C292F (or 0x8C292F) is known color: Flame Red. HEX triplet: 8C, 29 and 2F. RGB value is (140,41,47). Sum of RGB (Red+Green+Blue) = 140+41+47=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C292F is #73D6D0. Grayscale: #474747. Windows color (decimal): -7591633 or 3090828. OLE color: 3090828.
HSL color Cylindrical-coordinate representation of color #8C292F: hue angle of 356.36º degrees, saturation: 0.55, 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 #8C292F is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 47 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.45 |
| HSL | 356.36º | 0.55% | 0.35% | - |
| HSV(B) | 356.36º | 0.71% | 0.55% | - |
| XYZ | 12.12 | 7.37 | 3.47 | - |
| YUV | 71.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 47 | 0 | 0.71 | 0.66 | 0.45 | 356.36 | 0.55 | 0.35 |
| Hex | 8C | 29 | 2F | 0 | 47 | 42 | 2D | 164 | 37 | 23 |
| Octal | 214 | 51 | 57 | 0 | 107 | 102 | 55 | 544 | 67 | 43 |
| Binary | 10001100 | 101001 | 101111 | 0 | 1000111 | 1000010 | 101101 | 101100100 | 110111 | 100011 |
Color Harmonies of #8C292F
Complementary color
Monochromatic Colors of #8C292F
Black with #8C292F
Text Example
Text Example
White with #8C292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C292F; }
p { color: rgb(140,41,47); }
H1.HeaderClassName
{
color: #8C292F;
}
.AnyTagClassName
{
color: #8C292F;
}
</style>
background-color css
<style>
a { background-color: #8C292F; }
a { background-color: rgb(140,41,47); }
div.DivClassName
{
background-color: #8C292F;
}
.BgClassName
{
background-color: #8C292F;
}
</style>
border-color css
<style>
span { border-color: #8C292F; }
span { border-color: rgb(140,41,47); }
td.TdClassName
{
border-color: #8C292F;
}
.TagClassName
{
border-color: #8C292F;
}
</style>