Shades of Flame Red #8A292C
Tints of Flame Red #8A292C
RGB
CMYK
RGB Variations
Color information
#8A292C (or 0x8A292C) is known color: Flame Red. HEX triplet: 8A, 29 and 2C. RGB value is (138,41,44). Sum of RGB (Red+Green+Blue) = 138+41+44=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A292C is #75D6D3. Grayscale: #464646. Windows color (decimal): -7722708 or 2894218. OLE color: 2894218.
HSL color Cylindrical-coordinate representation of color #8A292C: hue angle of 358.14º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A292C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 41 | 44 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.46 |
| HSL | 358.14º | 0.54% | 0.35% | - |
| HSV(B) | 358.14º | 0.7% | 0.54% | - |
| XYZ | 11.73 | 7.17 | 3.15 | - |
| YUV | 70.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 41 | 44 | 0 | 0.70 | 0.68 | 0.46 | 358.14 | 0.54 | 0.35 |
| Hex | 8A | 29 | 2C | 0 | 46 | 44 | 2E | 166 | 36 | 23 |
| Octal | 212 | 51 | 54 | 0 | 106 | 104 | 56 | 546 | 66 | 43 |
| Binary | 10001010 | 101001 | 101100 | 0 | 1000110 | 1000100 | 101110 | 101100110 | 110110 | 100011 |
Color Harmonies of #8A292C
Complementary color
Monochromatic Colors of #8A292C
Black with #8A292C
Text Example
Text Example
White with #8A292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A292C; }
p { color: rgb(138,41,44); }
H1.HeaderClassName
{
color: #8A292C;
}
.AnyTagClassName
{
color: #8A292C;
}
</style>
background-color css
<style>
a { background-color: #8A292C; }
a { background-color: rgb(138,41,44); }
div.DivClassName
{
background-color: #8A292C;
}
.BgClassName
{
background-color: #8A292C;
}
</style>
border-color css
<style>
span { border-color: #8A292C; }
span { border-color: rgb(138,41,44); }
td.TdClassName
{
border-color: #8A292C;
}
.TagClassName
{
border-color: #8A292C;
}
</style>