Shades of Flame Red #891722
Tints of Flame Red #891722
RGB
CMYK
RGB Variations
Color information
#891722 (or 0x891722) is known color: Flame Red. HEX triplet: 89, 17 and 22. RGB value is (137,23,34). Sum of RGB (Red+Green+Blue) = 137+23+34=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #891722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891722 is #76E8DD. Grayscale: #3A3A3A. Windows color (decimal): -7792862 or 2234249. OLE color: 2234249.
HSL color Cylindrical-coordinate representation of color #891722: hue angle of 354.21º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891722 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 34 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.46 |
| HSL | 354.21º | 0.71% | 0.31% | - |
| HSV(B) | 354.21º | 0.83% | 0.54% | - |
| XYZ | 10.91 | 6.05 | 2.11 | - |
| YUV | 58.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 34 | 0 | 0.83 | 0.75 | 0.46 | 354.21 | 0.71 | 0.31 |
| Hex | 89 | 17 | 22 | 0 | 53 | 4B | 2E | 162 | 47 | 1F |
| Octal | 211 | 27 | 42 | 0 | 123 | 113 | 56 | 542 | 107 | 37 |
| Binary | 10001001 | 10111 | 100010 | 0 | 1010011 | 1001011 | 101110 | 101100010 | 1000111 | 11111 |
Color Harmonies of #891722
Complementary color
Monochromatic Colors of #891722
Black with #891722
Text Example
Text Example
White with #891722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891722; }
p { color: rgb(137,23,34); }
H1.HeaderClassName
{
color: #891722;
}
.AnyTagClassName
{
color: #891722;
}
</style>
background-color css
<style>
a { background-color: #891722; }
a { background-color: rgb(137,23,34); }
div.DivClassName
{
background-color: #891722;
}
.BgClassName
{
background-color: #891722;
}
</style>
border-color css
<style>
span { border-color: #891722; }
span { border-color: rgb(137,23,34); }
td.TdClassName
{
border-color: #891722;
}
.TagClassName
{
border-color: #891722;
}
</style>