Shades of Flame Red #882C2D
Tints of Flame Red #882C2D
RGB
CMYK
RGB Variations
Color information
#882C2D (or 0x882C2D) is known color: Flame Red. HEX triplet: 88, 2C and 2D. RGB value is (136,44,45). Sum of RGB (Red+Green+Blue) = 136+44+45=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #882C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C2D is #77D3D2. Grayscale: #474747. Windows color (decimal): -7853011 or 2960520. OLE color: 2960520.
HSL color Cylindrical-coordinate representation of color #882C2D: hue angle of 359.35º 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 #882C2D is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 45 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.47 |
| HSL | 359.35º | 0.51% | 0.35% | - |
| HSV(B) | 359.35º | 0.68% | 0.53% | - |
| XYZ | 11.53 | 7.23 | 3.27 | - |
| YUV | 71.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 45 | 0 | 0.68 | 0.67 | 0.47 | 359.35 | 0.51 | 0.35 |
| Hex | 88 | 2C | 2D | 0 | 44 | 43 | 2F | 167 | 33 | 23 |
| Octal | 210 | 54 | 55 | 0 | 104 | 103 | 57 | 547 | 63 | 43 |
| Binary | 10001000 | 101100 | 101101 | 0 | 1000100 | 1000011 | 101111 | 101100111 | 110011 | 100011 |
Color Harmonies of #882C2D
Complementary color
Monochromatic Colors of #882C2D
Black with #882C2D
Text Example
Text Example
White with #882C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C2D; }
p { color: rgb(136,44,45); }
H1.HeaderClassName
{
color: #882C2D;
}
.AnyTagClassName
{
color: #882C2D;
}
</style>
background-color css
<style>
a { background-color: #882C2D; }
a { background-color: rgb(136,44,45); }
div.DivClassName
{
background-color: #882C2D;
}
.BgClassName
{
background-color: #882C2D;
}
</style>
border-color css
<style>
span { border-color: #882C2D; }
span { border-color: rgb(136,44,45); }
td.TdClassName
{
border-color: #882C2D;
}
.TagClassName
{
border-color: #882C2D;
}
</style>