Shades of Flame Red #891622
Tints of Flame Red #891622
RGB
CMYK
RGB Variations
Color information
#891622 (or 0x891622) is known color: Flame Red. HEX triplet: 89, 16 and 22. RGB value is (137,22,34). Sum of RGB (Red+Green+Blue) = 137+22+34=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #891622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891622 is #76E9DD. Grayscale: #393939. Windows color (decimal): -7793118 or 2233993. OLE color: 2233993.
HSL color Cylindrical-coordinate representation of color #891622: hue angle of 353.74º degrees, saturation: 0.72, 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 #891622 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 34 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.46 |
| HSL | 353.74º | 0.72% | 0.31% | - |
| HSV(B) | 353.74º | 0.84% | 0.54% | - |
| XYZ | 10.89 | 6.01 | 2.1 | - |
| YUV | 57.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 34 | 0 | 0.84 | 0.75 | 0.46 | 353.74 | 0.72 | 0.31 |
| Hex | 89 | 16 | 22 | 0 | 54 | 4B | 2E | 162 | 48 | 1F |
| Octal | 211 | 26 | 42 | 0 | 124 | 113 | 56 | 542 | 110 | 37 |
| Binary | 10001001 | 10110 | 100010 | 0 | 1010100 | 1001011 | 101110 | 101100010 | 1001000 | 11111 |
Color Harmonies of #891622
Complementary color
Monochromatic Colors of #891622
Black with #891622
Text Example
Text Example
White with #891622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891622; }
p { color: rgb(137,22,34); }
H1.HeaderClassName
{
color: #891622;
}
.AnyTagClassName
{
color: #891622;
}
</style>
background-color css
<style>
a { background-color: #891622; }
a { background-color: rgb(137,22,34); }
div.DivClassName
{
background-color: #891622;
}
.BgClassName
{
background-color: #891622;
}
</style>
border-color css
<style>
span { border-color: #891622; }
span { border-color: rgb(137,22,34); }
td.TdClassName
{
border-color: #891622;
}
.TagClassName
{
border-color: #891622;
}
</style>