Shades of Flame Red #892A2D
Tints of Flame Red #892A2D
RGB
CMYK
RGB Variations
Color information
#892A2D (or 0x892A2D) is known color: Flame Red. HEX triplet: 89, 2A and 2D. RGB value is (137,42,45). Sum of RGB (Red+Green+Blue) = 137+42+45=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #892A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892A2D is #76D5D2. Grayscale: #464646. Windows color (decimal): -7787987 or 2960009. OLE color: 2960009.
HSL color Cylindrical-coordinate representation of color #892A2D: hue angle of 358.11º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892A2D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 42 | 45 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.46 |
| HSL | 358.11º | 0.53% | 0.35% | - |
| HSV(B) | 358.11º | 0.69% | 0.54% | - |
| XYZ | 11.62 | 7.16 | 3.25 | - |
| YUV | 70.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 42 | 45 | 0 | 0.69 | 0.67 | 0.46 | 358.11 | 0.53 | 0.35 |
| Hex | 89 | 2A | 2D | 0 | 45 | 43 | 2E | 166 | 35 | 23 |
| Octal | 211 | 52 | 55 | 0 | 105 | 103 | 56 | 546 | 65 | 43 |
| Binary | 10001001 | 101010 | 101101 | 0 | 1000101 | 1000011 | 101110 | 101100110 | 110101 | 100011 |
Color Harmonies of #892A2D
Complementary color
Monochromatic Colors of #892A2D
Black with #892A2D
Text Example
Text Example
White with #892A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #892A2D; }
p { color: rgb(137,42,45); }
H1.HeaderClassName
{
color: #892A2D;
}
.AnyTagClassName
{
color: #892A2D;
}
</style>
background-color css
<style>
a { background-color: #892A2D; }
a { background-color: rgb(137,42,45); }
div.DivClassName
{
background-color: #892A2D;
}
.BgClassName
{
background-color: #892A2D;
}
</style>
border-color css
<style>
span { border-color: #892A2D; }
span { border-color: rgb(137,42,45); }
td.TdClassName
{
border-color: #892A2D;
}
.TagClassName
{
border-color: #892A2D;
}
</style>