Shades of Flame Red #882A2D
Tints of Flame Red #882A2D
RGB
CMYK
RGB Variations
Color information
#882A2D (or 0x882A2D) is known color: Flame Red. HEX triplet: 88, 2A and 2D. RGB value is (136,42,45). Sum of RGB (Red+Green+Blue) = 136+42+45=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #882A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882A2D is #77D5D2. Grayscale: #464646. Windows color (decimal): -7853523 or 2960008. OLE color: 2960008.
HSL color Cylindrical-coordinate representation of color #882A2D: hue angle of 358.09º 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 #882A2D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 42 | 45 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.47 |
| HSL | 358.09º | 0.53% | 0.35% | - |
| HSV(B) | 358.09º | 0.69% | 0.53% | - |
| XYZ | 11.45 | 7.08 | 3.25 | - |
| YUV | 70.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 42 | 45 | 0 | 0.69 | 0.67 | 0.47 | 358.09 | 0.53 | 0.35 |
| Hex | 88 | 2A | 2D | 0 | 45 | 43 | 2F | 166 | 35 | 23 |
| Octal | 210 | 52 | 55 | 0 | 105 | 103 | 57 | 546 | 65 | 43 |
| Binary | 10001000 | 101010 | 101101 | 0 | 1000101 | 1000011 | 101111 | 101100110 | 110101 | 100011 |
Color Harmonies of #882A2D
Complementary color
Monochromatic Colors of #882A2D
Black with #882A2D
Text Example
Text Example
White with #882A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882A2D; }
p { color: rgb(136,42,45); }
H1.HeaderClassName
{
color: #882A2D;
}
.AnyTagClassName
{
color: #882A2D;
}
</style>
background-color css
<style>
a { background-color: #882A2D; }
a { background-color: rgb(136,42,45); }
div.DivClassName
{
background-color: #882A2D;
}
.BgClassName
{
background-color: #882A2D;
}
</style>
border-color css
<style>
span { border-color: #882A2D; }
span { border-color: rgb(136,42,45); }
td.TdClassName
{
border-color: #882A2D;
}
.TagClassName
{
border-color: #882A2D;
}
</style>