Shades of Flame Red #8A2C31
Tints of Flame Red #8A2C31
RGB
CMYK
RGB Variations
Color information
#8A2C31 (or 0x8A2C31) is known color: Flame Red. HEX triplet: 8A, 2C and 31. RGB value is (138,44,49). Sum of RGB (Red+Green+Blue) = 138+44+49=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2C31 is #75D3CE. Grayscale: #484848. Windows color (decimal): -7721935 or 3222666. OLE color: 3222666.
HSL color Cylindrical-coordinate representation of color #8A2C31: hue angle of 356.81º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2C31 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 44 | 49 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.46 |
| HSL | 356.81º | 0.52% | 0.36% | - |
| HSV(B) | 356.81º | 0.68% | 0.54% | - |
| XYZ | 11.94 | 7.43 | 3.71 | - |
| YUV | 72.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 44 | 49 | 0 | 0.68 | 0.64 | 0.46 | 356.81 | 0.52 | 0.36 |
| Hex | 8A | 2C | 31 | 0 | 44 | 40 | 2E | 165 | 34 | 24 |
| Octal | 212 | 54 | 61 | 0 | 104 | 100 | 56 | 545 | 64 | 44 |
| Binary | 10001010 | 101100 | 110001 | 0 | 1000100 | 1000000 | 101110 | 101100101 | 110100 | 100100 |
Color Harmonies of #8A2C31
Complementary color
Monochromatic Colors of #8A2C31
Black with #8A2C31
Text Example
Text Example
White with #8A2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2C31; }
p { color: rgb(138,44,49); }
H1.HeaderClassName
{
color: #8A2C31;
}
.AnyTagClassName
{
color: #8A2C31;
}
</style>
background-color css
<style>
a { background-color: #8A2C31; }
a { background-color: rgb(138,44,49); }
div.DivClassName
{
background-color: #8A2C31;
}
.BgClassName
{
background-color: #8A2C31;
}
</style>
border-color css
<style>
span { border-color: #8A2C31; }
span { border-color: rgb(138,44,49); }
td.TdClassName
{
border-color: #8A2C31;
}
.TagClassName
{
border-color: #8A2C31;
}
</style>