Shades of Flame Red #8A1621
Tints of Flame Red #8A1621
RGB
CMYK
RGB Variations
Color information
#8A1621 (or 0x8A1621) is known color: Flame Red. HEX triplet: 8A, 16 and 21. RGB value is (138,22,33). Sum of RGB (Red+Green+Blue) = 138+22+33=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1621 is #75E9DE. Grayscale: #3A3A3A. Windows color (decimal): -7727583 or 2168458. OLE color: 2168458.
HSL color Cylindrical-coordinate representation of color #8A1621: hue angle of 354.31º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1621 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 22 | 33 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.46 |
| HSL | 354.31º | 0.73% | 0.31% | - |
| HSV(B) | 354.31º | 0.84% | 0.54% | - |
| XYZ | 11.04 | 6.09 | 2.03 | - |
| YUV | 57.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 33 | 0 | 0.84 | 0.76 | 0.46 | 354.31 | 0.73 | 0.31 |
| Hex | 8A | 16 | 21 | 0 | 54 | 4C | 2E | 162 | 48 | 1F |
| Octal | 212 | 26 | 41 | 0 | 124 | 114 | 56 | 542 | 110 | 37 |
| Binary | 10001010 | 10110 | 100001 | 0 | 1010100 | 1001100 | 101110 | 101100010 | 1001000 | 11111 |
Color Harmonies of #8A1621
Complementary color
Monochromatic Colors of #8A1621
Black with #8A1621
Text Example
Text Example
White with #8A1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1621; }
p { color: rgb(138,22,33); }
H1.HeaderClassName
{
color: #8A1621;
}
.AnyTagClassName
{
color: #8A1621;
}
</style>
background-color css
<style>
a { background-color: #8A1621; }
a { background-color: rgb(138,22,33); }
div.DivClassName
{
background-color: #8A1621;
}
.BgClassName
{
background-color: #8A1621;
}
</style>
border-color css
<style>
span { border-color: #8A1621; }
span { border-color: rgb(138,22,33); }
td.TdClassName
{
border-color: #8A1621;
}
.TagClassName
{
border-color: #8A1621;
}
</style>