Shades of Flame Red #8A1820
Tints of Flame Red #8A1820
RGB
CMYK
RGB Variations
Color information
#8A1820 (or 0x8A1820) is known color: Flame Red. HEX triplet: 8A, 18 and 20. RGB value is (138,24,32). Sum of RGB (Red+Green+Blue) = 138+24+32=194 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.13% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1820 is #75E7DF. Grayscale: #3B3B3B. Windows color (decimal): -7727072 or 2103434. OLE color: 2103434.
HSL color Cylindrical-coordinate representation of color #8A1820: hue angle of 355.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1820 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 32 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.46 |
| HSL | 355.79º | 0.7% | 0.32% | - |
| HSV(B) | 355.79º | 0.83% | 0.54% | - |
| XYZ | 11.07 | 6.16 | 1.97 | - |
| YUV | 59 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 32 | 0 | 0.83 | 0.77 | 0.46 | 355.79 | 0.7 | 0.32 |
| Hex | 8A | 18 | 20 | 0 | 53 | 4D | 2E | 164 | 46 | 20 |
| Octal | 212 | 30 | 40 | 0 | 123 | 115 | 56 | 544 | 106 | 40 |
| Binary | 10001010 | 11000 | 100000 | 0 | 1010011 | 1001101 | 101110 | 101100100 | 1000110 | 100000 |
Color Harmonies of #8A1820
Complementary color
Monochromatic Colors of #8A1820
Black with #8A1820
Text Example
Text Example
White with #8A1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1820; }
p { color: rgb(138,24,32); }
H1.HeaderClassName
{
color: #8A1820;
}
.AnyTagClassName
{
color: #8A1820;
}
</style>
background-color css
<style>
a { background-color: #8A1820; }
a { background-color: rgb(138,24,32); }
div.DivClassName
{
background-color: #8A1820;
}
.BgClassName
{
background-color: #8A1820;
}
</style>
border-color css
<style>
span { border-color: #8A1820; }
span { border-color: rgb(138,24,32); }
td.TdClassName
{
border-color: #8A1820;
}
.TagClassName
{
border-color: #8A1820;
}
</style>