Shades of Flame Red #891D26
Tints of Flame Red #891D26
RGB
CMYK
RGB Variations
Color information
#891D26 (or 0x891D26) is known color: Flame Red. HEX triplet: 89, 1D and 26. RGB value is (137,29,38). Sum of RGB (Red+Green+Blue) = 137+29+38=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #891D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #891D26 is #76E2D9. Grayscale: #3E3E3E. Windows color (decimal): -7791322 or 2497929. OLE color: 2497929.
HSL color Cylindrical-coordinate representation of color #891D26: hue angle of 355º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #891D26 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 29 | 38 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.46 |
| HSL | 355º | 0.65% | 0.33% | - |
| HSV(B) | 355º | 0.79% | 0.54% | - |
| XYZ | 11.11 | 6.34 | 2.47 | - |
| YUV | 62.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 38 | 0 | 0.79 | 0.72 | 0.46 | 355 | 0.65 | 0.33 |
| Hex | 89 | 1D | 26 | 0 | 4F | 48 | 2E | 163 | 41 | 21 |
| Octal | 211 | 35 | 46 | 0 | 117 | 110 | 56 | 543 | 101 | 41 |
| Binary | 10001001 | 11101 | 100110 | 0 | 1001111 | 1001000 | 101110 | 101100011 | 1000001 | 100001 |
Color Harmonies of #891D26
Complementary color
Monochromatic Colors of #891D26
Black with #891D26
Text Example
Text Example
White with #891D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891D26; }
p { color: rgb(137,29,38); }
H1.HeaderClassName
{
color: #891D26;
}
.AnyTagClassName
{
color: #891D26;
}
</style>
background-color css
<style>
a { background-color: #891D26; }
a { background-color: rgb(137,29,38); }
div.DivClassName
{
background-color: #891D26;
}
.BgClassName
{
background-color: #891D26;
}
</style>
border-color css
<style>
span { border-color: #891D26; }
span { border-color: rgb(137,29,38); }
td.TdClassName
{
border-color: #891D26;
}
.TagClassName
{
border-color: #891D26;
}
</style>