Shades of Flame Red #8A1A1E
Tints of Flame Red #8A1A1E
RGB
CMYK
RGB Variations
Color information
#8A1A1E (or 0x8A1A1E) is known color: Flame Red. HEX triplet: 8A, 1A and 1E. RGB value is (138,26,30). Sum of RGB (Red+Green+Blue) = 138+26+30=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1A1E is #75E5E1. Grayscale: #3C3C3C. Windows color (decimal): -7726562 or 1972874. OLE color: 1972874.
HSL color Cylindrical-coordinate representation of color #8A1A1E: hue angle of 357.86º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A1E is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 30 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.46 |
| HSL | 357.86º | 0.68% | 0.32% | - |
| HSV(B) | 357.86º | 0.81% | 0.54% | - |
| XYZ | 11.08 | 6.24 | 1.85 | - |
| YUV | 59.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 30 | 0 | 0.81 | 0.78 | 0.46 | 357.86 | 0.68 | 0.32 |
| Hex | 8A | 1A | 1E | 0 | 51 | 4E | 2E | 166 | 44 | 20 |
| Octal | 212 | 32 | 36 | 0 | 121 | 116 | 56 | 546 | 104 | 40 |
| Binary | 10001010 | 11010 | 11110 | 0 | 1010001 | 1001110 | 101110 | 101100110 | 1000100 | 100000 |
Color Harmonies of #8A1A1E
Complementary color
Monochromatic Colors of #8A1A1E
Black with #8A1A1E
Text Example
Text Example
White with #8A1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A1E; }
p { color: rgb(138,26,30); }
H1.HeaderClassName
{
color: #8A1A1E;
}
.AnyTagClassName
{
color: #8A1A1E;
}
</style>
background-color css
<style>
a { background-color: #8A1A1E; }
a { background-color: rgb(138,26,30); }
div.DivClassName
{
background-color: #8A1A1E;
}
.BgClassName
{
background-color: #8A1A1E;
}
</style>
border-color css
<style>
span { border-color: #8A1A1E; }
span { border-color: rgb(138,26,30); }
td.TdClassName
{
border-color: #8A1A1E;
}
.TagClassName
{
border-color: #8A1A1E;
}
</style>