Shades of Flame Red #891F2C
Tints of Flame Red #891F2C
RGB
CMYK
RGB Variations
Color information
#891F2C (or 0x891F2C) is known color: Flame Red. HEX triplet: 89, 1F and 2C. RGB value is (137,31,44). Sum of RGB (Red+Green+Blue) = 137+31+44=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #891F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891F2C is #76E0D3. Grayscale: #404040. Windows color (decimal): -7790804 or 2891657. OLE color: 2891657.
HSL color Cylindrical-coordinate representation of color #891F2C: hue angle of 352.64º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F2C is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 44 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.46 |
| HSL | 352.64º | 0.63% | 0.33% | - |
| HSV(B) | 352.64º | 0.77% | 0.54% | - |
| XYZ | 11.26 | 6.48 | 3.04 | - |
| YUV | 64.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 44 | 0 | 0.77 | 0.68 | 0.46 | 352.64 | 0.63 | 0.33 |
| Hex | 89 | 1F | 2C | 0 | 4D | 44 | 2E | 161 | 3F | 21 |
| Octal | 211 | 37 | 54 | 0 | 115 | 104 | 56 | 541 | 77 | 41 |
| Binary | 10001001 | 11111 | 101100 | 0 | 1001101 | 1000100 | 101110 | 101100001 | 111111 | 100001 |
Color Harmonies of #891F2C
Complementary color
Monochromatic Colors of #891F2C
Black with #891F2C
Text Example
Text Example
White with #891F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F2C; }
p { color: rgb(137,31,44); }
H1.HeaderClassName
{
color: #891F2C;
}
.AnyTagClassName
{
color: #891F2C;
}
</style>
background-color css
<style>
a { background-color: #891F2C; }
a { background-color: rgb(137,31,44); }
div.DivClassName
{
background-color: #891F2C;
}
.BgClassName
{
background-color: #891F2C;
}
</style>
border-color css
<style>
span { border-color: #891F2C; }
span { border-color: rgb(137,31,44); }
td.TdClassName
{
border-color: #891F2C;
}
.TagClassName
{
border-color: #891F2C;
}
</style>