Shades of Flame Red #88272C
Tints of Flame Red #88272C
RGB
CMYK
RGB Variations
Color information
#88272C (or 0x88272C) is known color: Flame Red. HEX triplet: 88, 27 and 2C. RGB value is (136,39,44). Sum of RGB (Red+Green+Blue) = 136+39+44=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88272C is #77D8D3. Grayscale: #444444. Windows color (decimal): -7854292 or 2893704. OLE color: 2893704.
HSL color Cylindrical-coordinate representation of color #88272C: hue angle of 356.91º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88272C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 39 | 44 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.47 |
| HSL | 356.91º | 0.55% | 0.34% | - |
| HSV(B) | 356.91º | 0.71% | 0.53% | - |
| XYZ | 11.33 | 6.87 | 3.11 | - |
| YUV | 68.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 44 | 0 | 0.71 | 0.68 | 0.47 | 356.91 | 0.55 | 0.34 |
| Hex | 88 | 27 | 2C | 0 | 47 | 44 | 2F | 165 | 37 | 22 |
| Octal | 210 | 47 | 54 | 0 | 107 | 104 | 57 | 545 | 67 | 42 |
| Binary | 10001000 | 100111 | 101100 | 0 | 1000111 | 1000100 | 101111 | 101100101 | 110111 | 100010 |
Color Harmonies of #88272C
Complementary color
Monochromatic Colors of #88272C
Black with #88272C
Text Example
Text Example
White with #88272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88272C; }
p { color: rgb(136,39,44); }
H1.HeaderClassName
{
color: #88272C;
}
.AnyTagClassName
{
color: #88272C;
}
</style>
background-color css
<style>
a { background-color: #88272C; }
a { background-color: rgb(136,39,44); }
div.DivClassName
{
background-color: #88272C;
}
.BgClassName
{
background-color: #88272C;
}
</style>
border-color css
<style>
span { border-color: #88272C; }
span { border-color: rgb(136,39,44); }
td.TdClassName
{
border-color: #88272C;
}
.TagClassName
{
border-color: #88272C;
}
</style>