Shades of Flame Red #891721
Tints of Flame Red #891721
RGB
CMYK
RGB Variations
Color information
#891721 (or 0x891721) is known color: Flame Red. HEX triplet: 89, 17 and 21. RGB value is (137,23,33). Sum of RGB (Red+Green+Blue) = 137+23+33=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #891721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #891721 is #76E8DE. Grayscale: #3A3A3A. Windows color (decimal): -7792863 or 2168713. OLE color: 2168713.
HSL color Cylindrical-coordinate representation of color #891721: hue angle of 354.74º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #891721 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 23 | 33 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.46 |
| HSL | 354.74º | 0.71% | 0.31% | - |
| HSV(B) | 354.74º | 0.83% | 0.54% | - |
| XYZ | 10.9 | 6.04 | 2.03 | - |
| YUV | 58.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 23 | 33 | 0 | 0.83 | 0.76 | 0.46 | 354.74 | 0.71 | 0.31 |
| Hex | 89 | 17 | 21 | 0 | 53 | 4C | 2E | 163 | 47 | 1F |
| Octal | 211 | 27 | 41 | 0 | 123 | 114 | 56 | 543 | 107 | 37 |
| Binary | 10001001 | 10111 | 100001 | 0 | 1010011 | 1001100 | 101110 | 101100011 | 1000111 | 11111 |
Color Harmonies of #891721
Complementary color
Monochromatic Colors of #891721
Black with #891721
Text Example
Text Example
White with #891721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891721; }
p { color: rgb(137,23,33); }
H1.HeaderClassName
{
color: #891721;
}
.AnyTagClassName
{
color: #891721;
}
</style>
background-color css
<style>
a { background-color: #891721; }
a { background-color: rgb(137,23,33); }
div.DivClassName
{
background-color: #891721;
}
.BgClassName
{
background-color: #891721;
}
</style>
border-color css
<style>
span { border-color: #891721; }
span { border-color: rgb(137,23,33); }
td.TdClassName
{
border-color: #891721;
}
.TagClassName
{
border-color: #891721;
}
</style>