Shades of Flame Red #891929
Tints of Flame Red #891929
RGB
CMYK
RGB Variations
Color information
#891929 (or 0x891929) is known color: Flame Red. HEX triplet: 89, 19 and 29. RGB value is (137,25,41). Sum of RGB (Red+Green+Blue) = 137+25+41=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #891929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891929 is #76E6D6. Grayscale: #3C3C3C. Windows color (decimal): -7792343 or 2693513. OLE color: 2693513.
HSL color Cylindrical-coordinate representation of color #891929: hue angle of 351.43º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891929 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 41 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.46 |
| HSL | 351.43º | 0.69% | 0.32% | - |
| HSV(B) | 351.43º | 0.82% | 0.54% | - |
| XYZ | 11.06 | 6.17 | 2.71 | - |
| YUV | 60.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 41 | 0 | 0.82 | 0.70 | 0.46 | 351.43 | 0.69 | 0.32 |
| Hex | 89 | 19 | 29 | 0 | 52 | 46 | 2E | 15F | 45 | 20 |
| Octal | 211 | 31 | 51 | 0 | 122 | 106 | 56 | 537 | 105 | 40 |
| Binary | 10001001 | 11001 | 101001 | 0 | 1010010 | 1000110 | 101110 | 101011111 | 1000101 | 100000 |
Color Harmonies of #891929
Complementary color
Monochromatic Colors of #891929
Black with #891929
Text Example
Text Example
White with #891929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891929; }
p { color: rgb(137,25,41); }
H1.HeaderClassName
{
color: #891929;
}
.AnyTagClassName
{
color: #891929;
}
</style>
background-color css
<style>
a { background-color: #891929; }
a { background-color: rgb(137,25,41); }
div.DivClassName
{
background-color: #891929;
}
.BgClassName
{
background-color: #891929;
}
</style>
border-color css
<style>
span { border-color: #891929; }
span { border-color: rgb(137,25,41); }
td.TdClassName
{
border-color: #891929;
}
.TagClassName
{
border-color: #891929;
}
</style>