Shades of Flame Red #882D32
Tints of Flame Red #882D32
RGB
CMYK
RGB Variations
Color information
#882D32 (or 0x882D32) is known color: Flame Red. HEX triplet: 88, 2D and 32. RGB value is (136,45,50). Sum of RGB (Red+Green+Blue) = 136+45+50=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #882D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882D32 is #77D2CD. Grayscale: #484848. Windows color (decimal): -7852750 or 3288456. OLE color: 3288456.
HSL color Cylindrical-coordinate representation of color #882D32: hue angle of 356.7º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #882D32 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 45 | 50 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.47 |
| HSL | 356.7º | 0.5% | 0.35% | - |
| HSV(B) | 356.7º | 0.67% | 0.53% | - |
| XYZ | 11.67 | 7.34 | 3.82 | - |
| YUV | 72.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 45 | 50 | 0 | 0.67 | 0.63 | 0.47 | 356.7 | 0.5 | 0.35 |
| Hex | 88 | 2D | 32 | 0 | 43 | 3F | 2F | 165 | 32 | 23 |
| Octal | 210 | 55 | 62 | 0 | 103 | 77 | 57 | 545 | 62 | 43 |
| Binary | 10001000 | 101101 | 110010 | 0 | 1000011 | 111111 | 101111 | 101100101 | 110010 | 100011 |
Color Harmonies of #882D32
Complementary color
Monochromatic Colors of #882D32
Black with #882D32
Text Example
Text Example
White with #882D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882D32; }
p { color: rgb(136,45,50); }
H1.HeaderClassName
{
color: #882D32;
}
.AnyTagClassName
{
color: #882D32;
}
</style>
background-color css
<style>
a { background-color: #882D32; }
a { background-color: rgb(136,45,50); }
div.DivClassName
{
background-color: #882D32;
}
.BgClassName
{
background-color: #882D32;
}
</style>
border-color css
<style>
span { border-color: #882D32; }
span { border-color: rgb(136,45,50); }
td.TdClassName
{
border-color: #882D32;
}
.TagClassName
{
border-color: #882D32;
}
</style>