Shades of Flame Red #882B2D
Tints of Flame Red #882B2D
RGB
CMYK
RGB Variations
Color information
#882B2D (or 0x882B2D) is known color: Flame Red. HEX triplet: 88, 2B and 2D. RGB value is (136,43,45). Sum of RGB (Red+Green+Blue) = 136+43+45=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #882B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B2D is #77D4D2. Grayscale: #474747. Windows color (decimal): -7853267 or 2960264. OLE color: 2960264.
HSL color Cylindrical-coordinate representation of color #882B2D: hue angle of 358.71º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B2D is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 45 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.47 |
| HSL | 358.71º | 0.52% | 0.35% | - |
| HSV(B) | 358.71º | 0.68% | 0.53% | - |
| XYZ | 11.49 | 7.15 | 3.26 | - |
| YUV | 71.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 45 | 0 | 0.68 | 0.67 | 0.47 | 358.71 | 0.52 | 0.35 |
| Hex | 88 | 2B | 2D | 0 | 44 | 43 | 2F | 167 | 34 | 23 |
| Octal | 210 | 53 | 55 | 0 | 104 | 103 | 57 | 547 | 64 | 43 |
| Binary | 10001000 | 101011 | 101101 | 0 | 1000100 | 1000011 | 101111 | 101100111 | 110100 | 100011 |
Color Harmonies of #882B2D
Complementary color
Monochromatic Colors of #882B2D
Black with #882B2D
Text Example
Text Example
White with #882B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B2D; }
p { color: rgb(136,43,45); }
H1.HeaderClassName
{
color: #882B2D;
}
.AnyTagClassName
{
color: #882B2D;
}
</style>
background-color css
<style>
a { background-color: #882B2D; }
a { background-color: rgb(136,43,45); }
div.DivClassName
{
background-color: #882B2D;
}
.BgClassName
{
background-color: #882B2D;
}
</style>
border-color css
<style>
span { border-color: #882B2D; }
span { border-color: rgb(136,43,45); }
td.TdClassName
{
border-color: #882B2D;
}
.TagClassName
{
border-color: #882B2D;
}
</style>