Shades of Flame Red #891621
Tints of Flame Red #891621
RGB
CMYK
RGB Variations
Color information
#891621 (or 0x891621) is known color: Flame Red. HEX triplet: 89, 16 and 21. RGB value is (137,22,33). Sum of RGB (Red+Green+Blue) = 137+22+33=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #891621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891621 is #76E9DE. Grayscale: #393939. Windows color (decimal): -7793119 or 2168457. OLE color: 2168457.
HSL color Cylindrical-coordinate representation of color #891621: hue angle of 354.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #891621 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 22 | 33 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.46 |
| HSL | 354.26º | 0.72% | 0.31% | - |
| HSV(B) | 354.26º | 0.84% | 0.54% | - |
| XYZ | 10.88 | 6 | 2.02 | - |
| YUV | 57.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 33 | 0 | 0.84 | 0.76 | 0.46 | 354.26 | 0.72 | 0.31 |
| Hex | 89 | 16 | 21 | 0 | 54 | 4C | 2E | 162 | 48 | 1F |
| Octal | 211 | 26 | 41 | 0 | 124 | 114 | 56 | 542 | 110 | 37 |
| Binary | 10001001 | 10110 | 100001 | 0 | 1010100 | 1001100 | 101110 | 101100010 | 1001000 | 11111 |
Color Harmonies of #891621
Complementary color
Monochromatic Colors of #891621
Black with #891621
Text Example
Text Example
White with #891621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891621; }
p { color: rgb(137,22,33); }
H1.HeaderClassName
{
color: #891621;
}
.AnyTagClassName
{
color: #891621;
}
</style>
background-color css
<style>
a { background-color: #891621; }
a { background-color: rgb(137,22,33); }
div.DivClassName
{
background-color: #891621;
}
.BgClassName
{
background-color: #891621;
}
</style>
border-color css
<style>
span { border-color: #891621; }
span { border-color: rgb(137,22,33); }
td.TdClassName
{
border-color: #891621;
}
.TagClassName
{
border-color: #891621;
}
</style>