Shades of Flame Red #882C32
Tints of Flame Red #882C32
RGB
CMYK
RGB Variations
Color information
#882C32 (or 0x882C32) is known color: Flame Red. HEX triplet: 88, 2C and 32. RGB value is (136,44,50). Sum of RGB (Red+Green+Blue) = 136+44+50=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #882C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C32 is #77D3CD. Grayscale: #484848. Windows color (decimal): -7853006 or 3288200. OLE color: 3288200.
HSL color Cylindrical-coordinate representation of color #882C32: hue angle of 356.09º degrees, saturation: 0.51, 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 #882C32 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 50 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.47 |
| HSL | 356.09º | 0.51% | 0.35% | - |
| HSV(B) | 356.09º | 0.68% | 0.53% | - |
| XYZ | 11.63 | 7.27 | 3.81 | - |
| YUV | 72.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 50 | 0 | 0.68 | 0.63 | 0.47 | 356.09 | 0.51 | 0.35 |
| Hex | 88 | 2C | 32 | 0 | 44 | 3F | 2F | 164 | 33 | 23 |
| Octal | 210 | 54 | 62 | 0 | 104 | 77 | 57 | 544 | 63 | 43 |
| Binary | 10001000 | 101100 | 110010 | 0 | 1000100 | 111111 | 101111 | 101100100 | 110011 | 100011 |
Color Harmonies of #882C32
Complementary color
Monochromatic Colors of #882C32
Black with #882C32
Text Example
Text Example
White with #882C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C32; }
p { color: rgb(136,44,50); }
H1.HeaderClassName
{
color: #882C32;
}
.AnyTagClassName
{
color: #882C32;
}
</style>
background-color css
<style>
a { background-color: #882C32; }
a { background-color: rgb(136,44,50); }
div.DivClassName
{
background-color: #882C32;
}
.BgClassName
{
background-color: #882C32;
}
</style>
border-color css
<style>
span { border-color: #882C32; }
span { border-color: rgb(136,44,50); }
td.TdClassName
{
border-color: #882C32;
}
.TagClassName
{
border-color: #882C32;
}
</style>