Shades of Flame Red #891A2A
Tints of Flame Red #891A2A
RGB
CMYK
RGB Variations
Color information
#891A2A (or 0x891A2A) is known color: Flame Red. HEX triplet: 89, 1A and 2A. RGB value is (137,26,42). Sum of RGB (Red+Green+Blue) = 137+26+42=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #891A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891A2A is #76E5D5. Grayscale: #3D3D3D. Windows color (decimal): -7792086 or 2759305. OLE color: 2759305.
HSL color Cylindrical-coordinate representation of color #891A2A: hue angle of 351.35º 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 #891A2A is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 26 | 42 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.46 |
| HSL | 351.35º | 0.68% | 0.32% | - |
| HSV(B) | 351.35º | 0.81% | 0.54% | - |
| XYZ | 11.1 | 6.22 | 2.81 | - |
| YUV | 61.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 42 | 0 | 0.81 | 0.69 | 0.46 | 351.35 | 0.68 | 0.32 |
| Hex | 89 | 1A | 2A | 0 | 51 | 45 | 2E | 15F | 44 | 20 |
| Octal | 211 | 32 | 52 | 0 | 121 | 105 | 56 | 537 | 104 | 40 |
| Binary | 10001001 | 11010 | 101010 | 0 | 1010001 | 1000101 | 101110 | 101011111 | 1000100 | 100000 |
Color Harmonies of #891A2A
Complementary color
Monochromatic Colors of #891A2A
Black with #891A2A
Text Example
Text Example
White with #891A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A2A; }
p { color: rgb(137,26,42); }
H1.HeaderClassName
{
color: #891A2A;
}
.AnyTagClassName
{
color: #891A2A;
}
</style>
background-color css
<style>
a { background-color: #891A2A; }
a { background-color: rgb(137,26,42); }
div.DivClassName
{
background-color: #891A2A;
}
.BgClassName
{
background-color: #891A2A;
}
</style>
border-color css
<style>
span { border-color: #891A2A; }
span { border-color: rgb(137,26,42); }
td.TdClassName
{
border-color: #891A2A;
}
.TagClassName
{
border-color: #891A2A;
}
</style>