Shades of Flame Red #892630
Tints of Flame Red #892630
RGB
CMYK
RGB Variations
Color information
#892630 (or 0x892630) is known color: Flame Red. HEX triplet: 89, 26 and 30. RGB value is (137,38,48). Sum of RGB (Red+Green+Blue) = 137+38+48=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #892630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892630 is #76D9CF. Grayscale: #444444. Windows color (decimal): -7789008 or 3155593. OLE color: 3155593.
HSL color Cylindrical-coordinate representation of color #892630: hue angle of 353.94º 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 #892630 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 38 | 48 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.46 |
| HSL | 353.94º | 0.57% | 0.34% | - |
| HSV(B) | 353.94º | 0.72% | 0.54% | - |
| XYZ | 11.54 | 6.92 | 3.52 | - |
| YUV | 68.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 38 | 48 | 0 | 0.72 | 0.65 | 0.46 | 353.94 | 0.57 | 0.34 |
| Hex | 89 | 26 | 30 | 0 | 48 | 41 | 2E | 162 | 39 | 22 |
| Octal | 211 | 46 | 60 | 0 | 110 | 101 | 56 | 542 | 71 | 42 |
| Binary | 10001001 | 100110 | 110000 | 0 | 1001000 | 1000001 | 101110 | 101100010 | 111001 | 100010 |
Color Harmonies of #892630
Complementary color
Monochromatic Colors of #892630
Black with #892630
Text Example
Text Example
White with #892630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892630; }
p { color: rgb(137,38,48); }
H1.HeaderClassName
{
color: #892630;
}
.AnyTagClassName
{
color: #892630;
}
</style>
background-color css
<style>
a { background-color: #892630; }
a { background-color: rgb(137,38,48); }
div.DivClassName
{
background-color: #892630;
}
.BgClassName
{
background-color: #892630;
}
</style>
border-color css
<style>
span { border-color: #892630; }
span { border-color: rgb(137,38,48); }
td.TdClassName
{
border-color: #892630;
}
.TagClassName
{
border-color: #892630;
}
</style>