Shades of Flame Red #891A2B
Tints of Flame Red #891A2B
RGB
CMYK
RGB Variations
Color information
#891A2B (or 0x891A2B) is known color: Flame Red. HEX triplet: 89, 1A and 2B. RGB value is (137,26,43). Sum of RGB (Red+Green+Blue) = 137+26+43=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #891A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891A2B is #76E5D4. Grayscale: #3D3D3D. Windows color (decimal): -7792085 or 2824841. OLE color: 2824841.
HSL color Cylindrical-coordinate representation of color #891A2B: hue angle of 350.81º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A2B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 26 | 43 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.46 |
| HSL | 350.81º | 0.68% | 0.32% | - |
| HSV(B) | 350.81º | 0.81% | 0.54% | - |
| XYZ | 11.12 | 6.23 | 2.9 | - |
| YUV | 61.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 43 | 0 | 0.81 | 0.69 | 0.46 | 350.81 | 0.68 | 0.32 |
| Hex | 89 | 1A | 2B | 0 | 51 | 45 | 2E | 15F | 44 | 20 |
| Octal | 211 | 32 | 53 | 0 | 121 | 105 | 56 | 537 | 104 | 40 |
| Binary | 10001001 | 11010 | 101011 | 0 | 1010001 | 1000101 | 101110 | 101011111 | 1000100 | 100000 |
Color Harmonies of #891A2B
Complementary color
Monochromatic Colors of #891A2B
Black with #891A2B
Text Example
Text Example
White with #891A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A2B; }
p { color: rgb(137,26,43); }
H1.HeaderClassName
{
color: #891A2B;
}
.AnyTagClassName
{
color: #891A2B;
}
</style>
background-color css
<style>
a { background-color: #891A2B; }
a { background-color: rgb(137,26,43); }
div.DivClassName
{
background-color: #891A2B;
}
.BgClassName
{
background-color: #891A2B;
}
</style>
border-color css
<style>
span { border-color: #891A2B; }
span { border-color: rgb(137,26,43); }
td.TdClassName
{
border-color: #891A2B;
}
.TagClassName
{
border-color: #891A2B;
}
</style>