Shades of Flame Red #8A1E2C
Tints of Flame Red #8A1E2C
RGB
CMYK
RGB Variations
Color information
#8A1E2C (or 0x8A1E2C) is known color: Flame Red. HEX triplet: 8A, 1E and 2C. RGB value is (138,30,44). Sum of RGB (Red+Green+Blue) = 138+30+44=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1E2C is #75E1D3. Grayscale: #3F3F3F. Windows color (decimal): -7725524 or 2891402. OLE color: 2891402.
HSL color Cylindrical-coordinate representation of color #8A1E2C: hue angle of 352.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1E2C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 30 | 44 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.46 |
| HSL | 352.22º | 0.64% | 0.33% | - |
| HSV(B) | 352.22º | 0.78% | 0.54% | - |
| XYZ | 11.4 | 6.51 | 3.04 | - |
| YUV | 63.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 44 | 0 | 0.78 | 0.68 | 0.46 | 352.22 | 0.64 | 0.33 |
| Hex | 8A | 1E | 2C | 0 | 4E | 44 | 2E | 160 | 40 | 21 |
| Octal | 212 | 36 | 54 | 0 | 116 | 104 | 56 | 540 | 100 | 41 |
| Binary | 10001010 | 11110 | 101100 | 0 | 1001110 | 1000100 | 101110 | 101100000 | 1000000 | 100001 |
Color Harmonies of #8A1E2C
Complementary color
Monochromatic Colors of #8A1E2C
Black with #8A1E2C
Text Example
Text Example
White with #8A1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1E2C; }
p { color: rgb(138,30,44); }
H1.HeaderClassName
{
color: #8A1E2C;
}
.AnyTagClassName
{
color: #8A1E2C;
}
</style>
background-color css
<style>
a { background-color: #8A1E2C; }
a { background-color: rgb(138,30,44); }
div.DivClassName
{
background-color: #8A1E2C;
}
.BgClassName
{
background-color: #8A1E2C;
}
</style>
border-color css
<style>
span { border-color: #8A1E2C; }
span { border-color: rgb(138,30,44); }
td.TdClassName
{
border-color: #8A1E2C;
}
.TagClassName
{
border-color: #8A1E2C;
}
</style>