Shades of Flame Red #882A2E
Tints of Flame Red #882A2E
RGB
CMYK
RGB Variations
Color information
#882A2E (or 0x882A2E) is known color: Flame Red. HEX triplet: 88, 2A and 2E. RGB value is (136,42,46). Sum of RGB (Red+Green+Blue) = 136+42+46=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A2E is #77D5D1. Grayscale: #464646. Windows color (decimal): -7853522 or 3025544. OLE color: 3025544.
HSL color Cylindrical-coordinate representation of color #882A2E: hue angle of 357.45º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882A2E is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 46 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.47 |
| HSL | 357.45º | 0.53% | 0.35% | - |
| HSV(B) | 357.45º | 0.69% | 0.53% | - |
| XYZ | 11.47 | 7.09 | 3.35 | - |
| YUV | 70.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 46 | 0 | 0.69 | 0.66 | 0.47 | 357.45 | 0.53 | 0.35 |
| Hex | 88 | 2A | 2E | 0 | 45 | 42 | 2F | 165 | 35 | 23 |
| Octal | 210 | 52 | 56 | 0 | 105 | 102 | 57 | 545 | 65 | 43 |
| Binary | 10001000 | 101010 | 101110 | 0 | 1000101 | 1000010 | 101111 | 101100101 | 110101 | 100011 |
Color Harmonies of #882A2E
Complementary color
Monochromatic Colors of #882A2E
Black with #882A2E
Text Example
Text Example
White with #882A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A2E; }
p { color: rgb(136,42,46); }
H1.HeaderClassName
{
color: #882A2E;
}
.AnyTagClassName
{
color: #882A2E;
}
</style>
background-color css
<style>
a { background-color: #882A2E; }
a { background-color: rgb(136,42,46); }
div.DivClassName
{
background-color: #882A2E;
}
.BgClassName
{
background-color: #882A2E;
}
</style>
border-color css
<style>
span { border-color: #882A2E; }
span { border-color: rgb(136,42,46); }
td.TdClassName
{
border-color: #882A2E;
}
.TagClassName
{
border-color: #882A2E;
}
</style>