Shades of Flame Red #891822
Tints of Flame Red #891822
RGB
CMYK
RGB Variations
Color information
#891822 (or 0x891822) is known color: Flame Red. HEX triplet: 89, 18 and 22. RGB value is (137,24,34). Sum of RGB (Red+Green+Blue) = 137+24+34=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #891822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891822 is #76E7DD. Grayscale: #3B3B3B. Windows color (decimal): -7792606 or 2234505. OLE color: 2234505.
HSL color Cylindrical-coordinate representation of color #891822: hue angle of 354.69º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891822 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 34 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.46 |
| HSL | 354.69º | 0.7% | 0.32% | - |
| HSV(B) | 354.69º | 0.82% | 0.54% | - |
| XYZ | 10.93 | 6.09 | 2.11 | - |
| YUV | 58.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 34 | 0 | 0.82 | 0.75 | 0.46 | 354.69 | 0.7 | 0.32 |
| Hex | 89 | 18 | 22 | 0 | 52 | 4B | 2E | 163 | 46 | 20 |
| Octal | 211 | 30 | 42 | 0 | 122 | 113 | 56 | 543 | 106 | 40 |
| Binary | 10001001 | 11000 | 100010 | 0 | 1010010 | 1001011 | 101110 | 101100011 | 1000110 | 100000 |
Color Harmonies of #891822
Complementary color
Monochromatic Colors of #891822
Black with #891822
Text Example
Text Example
White with #891822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891822; }
p { color: rgb(137,24,34); }
H1.HeaderClassName
{
color: #891822;
}
.AnyTagClassName
{
color: #891822;
}
</style>
background-color css
<style>
a { background-color: #891822; }
a { background-color: rgb(137,24,34); }
div.DivClassName
{
background-color: #891822;
}
.BgClassName
{
background-color: #891822;
}
</style>
border-color css
<style>
span { border-color: #891822; }
span { border-color: rgb(137,24,34); }
td.TdClassName
{
border-color: #891822;
}
.TagClassName
{
border-color: #891822;
}
</style>