Shades of Flame Red #882126
Tints of Flame Red #882126
RGB
CMYK
RGB Variations
Color information
#882126 (or 0x882126) is known color: Flame Red. HEX triplet: 88, 21 and 26. RGB value is (136,33,38). Sum of RGB (Red+Green+Blue) = 136+33+38=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #882126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882126 is #77DED9. Grayscale: #404040. Windows color (decimal): -7855834 or 2498952. OLE color: 2498952.
HSL color Cylindrical-coordinate representation of color #882126: hue angle of 357.09º 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 #882126 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 38 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.47 |
| HSL | 357.09º | 0.61% | 0.33% | - |
| HSV(B) | 357.09º | 0.76% | 0.53% | - |
| XYZ | 11.05 | 6.46 | 2.5 | - |
| YUV | 64.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 38 | 0 | 0.76 | 0.72 | 0.47 | 357.09 | 0.61 | 0.33 |
| Hex | 88 | 21 | 26 | 0 | 4C | 48 | 2F | 165 | 3D | 21 |
| Octal | 210 | 41 | 46 | 0 | 114 | 110 | 57 | 545 | 75 | 41 |
| Binary | 10001000 | 100001 | 100110 | 0 | 1001100 | 1001000 | 101111 | 101100101 | 111101 | 100001 |
Color Harmonies of #882126
Complementary color
Monochromatic Colors of #882126
Black with #882126
Text Example
Text Example
White with #882126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882126; }
p { color: rgb(136,33,38); }
H1.HeaderClassName
{
color: #882126;
}
.AnyTagClassName
{
color: #882126;
}
</style>
background-color css
<style>
a { background-color: #882126; }
a { background-color: rgb(136,33,38); }
div.DivClassName
{
background-color: #882126;
}
.BgClassName
{
background-color: #882126;
}
</style>
border-color css
<style>
span { border-color: #882126; }
span { border-color: rgb(136,33,38); }
td.TdClassName
{
border-color: #882126;
}
.TagClassName
{
border-color: #882126;
}
</style>