Shades of Flame Red #88282D
Tints of Flame Red #88282D
RGB
CMYK
RGB Variations
Color information
#88282D (or 0x88282D) is known color: Flame Red. HEX triplet: 88, 28 and 2D. RGB value is (136,40,45). Sum of RGB (Red+Green+Blue) = 136+40+45=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88282D is #77D7D2. Grayscale: #454545. Windows color (decimal): -7854035 or 2959496. OLE color: 2959496.
HSL color Cylindrical-coordinate representation of color #88282D: hue angle of 356.88º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88282D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 45 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.47 |
| HSL | 356.88º | 0.55% | 0.35% | - |
| HSV(B) | 356.88º | 0.71% | 0.53% | - |
| XYZ | 11.39 | 6.94 | 3.22 | - |
| YUV | 69.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 45 | 0 | 0.71 | 0.67 | 0.47 | 356.88 | 0.55 | 0.35 |
| Hex | 88 | 28 | 2D | 0 | 47 | 43 | 2F | 165 | 37 | 23 |
| Octal | 210 | 50 | 55 | 0 | 107 | 103 | 57 | 545 | 67 | 43 |
| Binary | 10001000 | 101000 | 101101 | 0 | 1000111 | 1000011 | 101111 | 101100101 | 110111 | 100011 |
Color Harmonies of #88282D
Complementary color
Monochromatic Colors of #88282D
Black with #88282D
Text Example
Text Example
White with #88282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88282D; }
p { color: rgb(136,40,45); }
H1.HeaderClassName
{
color: #88282D;
}
.AnyTagClassName
{
color: #88282D;
}
</style>
background-color css
<style>
a { background-color: #88282D; }
a { background-color: rgb(136,40,45); }
div.DivClassName
{
background-color: #88282D;
}
.BgClassName
{
background-color: #88282D;
}
</style>
border-color css
<style>
span { border-color: #88282D; }
span { border-color: rgb(136,40,45); }
td.TdClassName
{
border-color: #88282D;
}
.TagClassName
{
border-color: #88282D;
}
</style>