Shades of Flame Red #882B2F
Tints of Flame Red #882B2F
RGB
CMYK
RGB Variations
Color information
#882B2F (or 0x882B2F) is known color: Flame Red. HEX triplet: 88, 2B and 2F. RGB value is (136,43,47). Sum of RGB (Red+Green+Blue) = 136+43+47=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #882B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B2F is #77D4D0. Grayscale: #474747. Windows color (decimal): -7853265 or 3091336. OLE color: 3091336.
HSL color Cylindrical-coordinate representation of color #882B2F: hue angle of 357.42º 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 #882B2F is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 43 | 47 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.47 |
| HSL | 357.42º | 0.52% | 0.35% | - |
| HSV(B) | 357.42º | 0.68% | 0.53% | - |
| XYZ | 11.53 | 7.17 | 3.47 | - |
| YUV | 71.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 47 | 0 | 0.68 | 0.65 | 0.47 | 357.42 | 0.52 | 0.35 |
| Hex | 88 | 2B | 2F | 0 | 44 | 41 | 2F | 165 | 34 | 23 |
| Octal | 210 | 53 | 57 | 0 | 104 | 101 | 57 | 545 | 64 | 43 |
| Binary | 10001000 | 101011 | 101111 | 0 | 1000100 | 1000001 | 101111 | 101100101 | 110100 | 100011 |
Color Harmonies of #882B2F
Complementary color
Monochromatic Colors of #882B2F
Black with #882B2F
Text Example
Text Example
White with #882B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882B2F; }
p { color: rgb(136,43,47); }
H1.HeaderClassName
{
color: #882B2F;
}
.AnyTagClassName
{
color: #882B2F;
}
</style>
background-color css
<style>
a { background-color: #882B2F; }
a { background-color: rgb(136,43,47); }
div.DivClassName
{
background-color: #882B2F;
}
.BgClassName
{
background-color: #882B2F;
}
</style>
border-color css
<style>
span { border-color: #882B2F; }
span { border-color: rgb(136,43,47); }
td.TdClassName
{
border-color: #882B2F;
}
.TagClassName
{
border-color: #882B2F;
}
</style>