Shades of Flame Red #891E2B
Tints of Flame Red #891E2B
RGB
CMYK
RGB Variations
Color information
#891E2B (or 0x891E2B) is known color: Flame Red. HEX triplet: 89, 1E and 2B. RGB value is (137,30,43). Sum of RGB (Red+Green+Blue) = 137+30+43=210 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.24% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 137 - color contains mainly: red. Hex color #891E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891E2B is #76E1D4. Grayscale: #3F3F3F. Windows color (decimal): -7791061 or 2825865. OLE color: 2825865.
HSL color Cylindrical-coordinate representation of color #891E2B: hue angle of 352.71º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #891E2B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 30 | 43 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.46 |
| HSL | 352.71º | 0.64% | 0.33% | - |
| HSV(B) | 352.71º | 0.78% | 0.54% | - |
| XYZ | 11.22 | 6.42 | 2.93 | - |
| YUV | 63.48 | 116.45 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 43 | 0 | 0.78 | 0.69 | 0.46 | 352.71 | 0.64 | 0.33 |
| Hex | 89 | 1E | 2B | 0 | 4E | 45 | 2E | 161 | 40 | 21 |
| Octal | 211 | 36 | 53 | 0 | 116 | 105 | 56 | 541 | 100 | 41 |
| Binary | 10001001 | 11110 | 101011 | 0 | 1001110 | 1000101 | 101110 | 101100001 | 1000000 | 100001 |
Color Harmonies of #891E2B
Complementary color
Monochromatic Colors of #891E2B
Black with #891E2B
Text Example
Text Example
White with #891E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891E2B; }
p { color: rgb(137,30,43); }
H1.HeaderClassName
{
color: #891E2B;
}
.AnyTagClassName
{
color: #891E2B;
}
</style>
background-color css
<style>
a { background-color: #891E2B; }
a { background-color: rgb(137,30,43); }
div.DivClassName
{
background-color: #891E2B;
}
.BgClassName
{
background-color: #891E2B;
}
</style>
border-color css
<style>
span { border-color: #891E2B; }
span { border-color: rgb(137,30,43); }
td.TdClassName
{
border-color: #891E2B;
}
.TagClassName
{
border-color: #891E2B;
}
</style>