Shades of Flame Red #892628
Tints of Flame Red #892628
RGB
CMYK
RGB Variations
Color information
#892628 (or 0x892628) is known color: Flame Red. HEX triplet: 89, 26 and 28. RGB value is (137,38,40). Sum of RGB (Red+Green+Blue) = 137+38+40=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #892628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892628 is #76D9D7. Grayscale: #434343. Windows color (decimal): -7789016 or 2631305. OLE color: 2631305.
HSL color Cylindrical-coordinate representation of color #892628: hue angle of 358.79º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892628 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 40 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.46 |
| HSL | 358.79º | 0.57% | 0.34% | - |
| HSV(B) | 358.79º | 0.72% | 0.54% | - |
| XYZ | 11.39 | 6.86 | 2.73 | - |
| YUV | 67.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 40 | 0 | 0.72 | 0.71 | 0.46 | 358.79 | 0.57 | 0.34 |
| Hex | 89 | 26 | 28 | 0 | 48 | 47 | 2E | 167 | 39 | 22 |
| Octal | 211 | 46 | 50 | 0 | 110 | 107 | 56 | 547 | 71 | 42 |
| Binary | 10001001 | 100110 | 101000 | 0 | 1001000 | 1000111 | 101110 | 101100111 | 111001 | 100010 |
Color Harmonies of #892628
Complementary color
Monochromatic Colors of #892628
Black with #892628
Text Example
Text Example
White with #892628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892628; }
p { color: rgb(137,38,40); }
H1.HeaderClassName
{
color: #892628;
}
.AnyTagClassName
{
color: #892628;
}
</style>
background-color css
<style>
a { background-color: #892628; }
a { background-color: rgb(137,38,40); }
div.DivClassName
{
background-color: #892628;
}
.BgClassName
{
background-color: #892628;
}
</style>
border-color css
<style>
span { border-color: #892628; }
span { border-color: rgb(137,38,40); }
td.TdClassName
{
border-color: #892628;
}
.TagClassName
{
border-color: #892628;
}
</style>