Shades of Flame Red #882122
Tints of Flame Red #882122
RGB
CMYK
RGB Variations
Color information
#882122 (or 0x882122) is known color: Flame Red. HEX triplet: 88, 21 and 22. RGB value is (136,33,34). Sum of RGB (Red+Green+Blue) = 136+33+34=203 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.00% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 136 - color contains mainly: red. Hex color #882122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882122 is #77DEDD. Grayscale: #404040. Windows color (decimal): -7855838 or 2236808. OLE color: 2236808.
HSL color Cylindrical-coordinate representation of color #882122: hue angle of 359.42º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882122 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 34 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.47 |
| HSL | 359.42º | 0.61% | 0.33% | - |
| HSV(B) | 359.42º | 0.76% | 0.53% | - |
| XYZ | 10.99 | 6.44 | 2.18 | - |
| YUV | 63.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 34 | 0 | 0.76 | 0.75 | 0.47 | 359.42 | 0.61 | 0.33 |
| Hex | 88 | 21 | 22 | 0 | 4C | 4B | 2F | 167 | 3D | 21 |
| Octal | 210 | 41 | 42 | 0 | 114 | 113 | 57 | 547 | 75 | 41 |
| Binary | 10001000 | 100001 | 100010 | 0 | 1001100 | 1001011 | 101111 | 101100111 | 111101 | 100001 |
Color Harmonies of #882122
Complementary color
Monochromatic Colors of #882122
Black with #882122
Text Example
Text Example
White with #882122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882122; }
p { color: rgb(136,33,34); }
H1.HeaderClassName
{
color: #882122;
}
.AnyTagClassName
{
color: #882122;
}
</style>
background-color css
<style>
a { background-color: #882122; }
a { background-color: rgb(136,33,34); }
div.DivClassName
{
background-color: #882122;
}
.BgClassName
{
background-color: #882122;
}
</style>
border-color css
<style>
span { border-color: #882122; }
span { border-color: rgb(136,33,34); }
td.TdClassName
{
border-color: #882122;
}
.TagClassName
{
border-color: #882122;
}
</style>