Shades of Flame Red #882E2F
Tints of Flame Red #882E2F
RGB
CMYK
RGB Variations
Color information
#882E2F (or 0x882E2F) is known color: Flame Red. HEX triplet: 88, 2E and 2F. RGB value is (136,46,47). Sum of RGB (Red+Green+Blue) = 136+46+47=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #882E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E2F is #77D1D0. Grayscale: #494949. Windows color (decimal): -7852497 or 3092104. OLE color: 3092104.
HSL color Cylindrical-coordinate representation of color #882E2F: hue angle of 359.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E2F is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 46 | 47 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.47 |
| HSL | 359.33º | 0.49% | 0.36% | - |
| HSV(B) | 359.33º | 0.66% | 0.53% | - |
| XYZ | 11.64 | 7.39 | 3.5 | - |
| YUV | 73.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 47 | 0 | 0.66 | 0.65 | 0.47 | 359.33 | 0.49 | 0.36 |
| Hex | 88 | 2E | 2F | 0 | 42 | 41 | 2F | 167 | 31 | 24 |
| Octal | 210 | 56 | 57 | 0 | 102 | 101 | 57 | 547 | 61 | 44 |
| Binary | 10001000 | 101110 | 101111 | 0 | 1000010 | 1000001 | 101111 | 101100111 | 110001 | 100100 |
Color Harmonies of #882E2F
Complementary color
Monochromatic Colors of #882E2F
Black with #882E2F
Text Example
Text Example
White with #882E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882E2F; }
p { color: rgb(136,46,47); }
H1.HeaderClassName
{
color: #882E2F;
}
.AnyTagClassName
{
color: #882E2F;
}
</style>
background-color css
<style>
a { background-color: #882E2F; }
a { background-color: rgb(136,46,47); }
div.DivClassName
{
background-color: #882E2F;
}
.BgClassName
{
background-color: #882E2F;
}
</style>
border-color css
<style>
span { border-color: #882E2F; }
span { border-color: rgb(136,46,47); }
td.TdClassName
{
border-color: #882E2F;
}
.TagClassName
{
border-color: #882E2F;
}
</style>