Shades of Flame Red #88272D
Tints of Flame Red #88272D
RGB
CMYK
RGB Variations
Color information
#88272D (or 0x88272D) is known color: Flame Red. HEX triplet: 88, 27 and 2D. RGB value is (136,39,45). Sum of RGB (Red+Green+Blue) = 136+39+45=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #88272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88272D is #77D8D2. Grayscale: #444444. Windows color (decimal): -7854291 or 2959240. OLE color: 2959240.
HSL color Cylindrical-coordinate representation of color #88272D: hue angle of 356.29º 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 #88272D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 39 | 45 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.47 |
| HSL | 356.29º | 0.55% | 0.34% | - |
| HSV(B) | 356.29º | 0.71% | 0.53% | - |
| XYZ | 11.35 | 6.87 | 3.21 | - |
| YUV | 68.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 45 | 0 | 0.71 | 0.67 | 0.47 | 356.29 | 0.55 | 0.34 |
| Hex | 88 | 27 | 2D | 0 | 47 | 43 | 2F | 164 | 37 | 22 |
| Octal | 210 | 47 | 55 | 0 | 107 | 103 | 57 | 544 | 67 | 42 |
| Binary | 10001000 | 100111 | 101101 | 0 | 1000111 | 1000011 | 101111 | 101100100 | 110111 | 100010 |
Color Harmonies of #88272D
Complementary color
Monochromatic Colors of #88272D
Black with #88272D
Text Example
Text Example
White with #88272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88272D; }
p { color: rgb(136,39,45); }
H1.HeaderClassName
{
color: #88272D;
}
.AnyTagClassName
{
color: #88272D;
}
</style>
background-color css
<style>
a { background-color: #88272D; }
a { background-color: rgb(136,39,45); }
div.DivClassName
{
background-color: #88272D;
}
.BgClassName
{
background-color: #88272D;
}
</style>
border-color css
<style>
span { border-color: #88272D; }
span { border-color: rgb(136,39,45); }
td.TdClassName
{
border-color: #88272D;
}
.TagClassName
{
border-color: #88272D;
}
</style>