Shades of Flame Red #8A232C
Tints of Flame Red #8A232C
RGB
CMYK
RGB Variations
Color information
#8A232C (or 0x8A232C) is known color: Flame Red. HEX triplet: 8A, 23 and 2C. RGB value is (138,35,44). Sum of RGB (Red+Green+Blue) = 138+35+44=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A232C is #75DCD3. Grayscale: #424242. Windows color (decimal): -7724244 or 2892682. OLE color: 2892682.
HSL color Cylindrical-coordinate representation of color #8A232C: hue angle of 354.76º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A232C is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 35 | 44 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.46 |
| HSL | 354.76º | 0.6% | 0.34% | - |
| HSV(B) | 354.76º | 0.75% | 0.54% | - |
| XYZ | 11.54 | 6.79 | 3.08 | - |
| YUV | 66.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 35 | 44 | 0 | 0.75 | 0.68 | 0.46 | 354.76 | 0.6 | 0.34 |
| Hex | 8A | 23 | 2C | 0 | 4B | 44 | 2E | 163 | 3C | 22 |
| Octal | 212 | 43 | 54 | 0 | 113 | 104 | 56 | 543 | 74 | 42 |
| Binary | 10001010 | 100011 | 101100 | 0 | 1001011 | 1000100 | 101110 | 101100011 | 111100 | 100010 |
Color Harmonies of #8A232C
Complementary color
Monochromatic Colors of #8A232C
Black with #8A232C
Text Example
Text Example
White with #8A232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A232C; }
p { color: rgb(138,35,44); }
H1.HeaderClassName
{
color: #8A232C;
}
.AnyTagClassName
{
color: #8A232C;
}
</style>
background-color css
<style>
a { background-color: #8A232C; }
a { background-color: rgb(138,35,44); }
div.DivClassName
{
background-color: #8A232C;
}
.BgClassName
{
background-color: #8A232C;
}
</style>
border-color css
<style>
span { border-color: #8A232C; }
span { border-color: rgb(138,35,44); }
td.TdClassName
{
border-color: #8A232C;
}
.TagClassName
{
border-color: #8A232C;
}
</style>