Shades of Flame Red #891C22
Tints of Flame Red #891C22
RGB
CMYK
RGB Variations
Color information
#891C22 (or 0x891C22) is known color: Flame Red. HEX triplet: 89, 1C and 22. RGB value is (137,28,34). Sum of RGB (Red+Green+Blue) = 137+28+34=199 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.84% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 137 - color contains mainly: red. Hex color #891C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891C22 is #76E3DD. Grayscale: #3D3D3D. Windows color (decimal): -7791582 or 2235529. OLE color: 2235529.
HSL color Cylindrical-coordinate representation of color #891C22: hue angle of 356.7º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C22 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 34 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.46 |
| HSL | 356.7º | 0.66% | 0.32% | - |
| HSV(B) | 356.7º | 0.8% | 0.54% | - |
| XYZ | 11.02 | 6.26 | 2.14 | - |
| YUV | 61.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 34 | 0 | 0.80 | 0.75 | 0.46 | 356.7 | 0.66 | 0.32 |
| Hex | 89 | 1C | 22 | 0 | 50 | 4B | 2E | 165 | 42 | 20 |
| Octal | 211 | 34 | 42 | 0 | 120 | 113 | 56 | 545 | 102 | 40 |
| Binary | 10001001 | 11100 | 100010 | 0 | 1010000 | 1001011 | 101110 | 101100101 | 1000010 | 100000 |
Color Harmonies of #891C22
Complementary color
Monochromatic Colors of #891C22
Black with #891C22
Text Example
Text Example
White with #891C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C22; }
p { color: rgb(137,28,34); }
H1.HeaderClassName
{
color: #891C22;
}
.AnyTagClassName
{
color: #891C22;
}
</style>
background-color css
<style>
a { background-color: #891C22; }
a { background-color: rgb(137,28,34); }
div.DivClassName
{
background-color: #891C22;
}
.BgClassName
{
background-color: #891C22;
}
</style>
border-color css
<style>
span { border-color: #891C22; }
span { border-color: rgb(137,28,34); }
td.TdClassName
{
border-color: #891C22;
}
.TagClassName
{
border-color: #891C22;
}
</style>