Shades of Flame Red #88252A
Tints of Flame Red #88252A
RGB
CMYK
RGB Variations
Color information
#88252A (or 0x88252A) is known color: Flame Red. HEX triplet: 88, 25 and 2A. RGB value is (136,37,42). Sum of RGB (Red+Green+Blue) = 136+37+42=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88252A is #77DAD5. Grayscale: #434343. Windows color (decimal): -7854806 or 2762120. OLE color: 2762120.
HSL color Cylindrical-coordinate representation of color #88252A: hue angle of 356.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88252A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 42 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.47 |
| HSL | 356.97º | 0.57% | 0.34% | - |
| HSV(B) | 356.97º | 0.73% | 0.53% | - |
| XYZ | 11.23 | 6.72 | 2.9 | - |
| YUV | 67.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 42 | 0 | 0.73 | 0.69 | 0.47 | 356.97 | 0.57 | 0.34 |
| Hex | 88 | 25 | 2A | 0 | 49 | 45 | 2F | 165 | 39 | 22 |
| Octal | 210 | 45 | 52 | 0 | 111 | 105 | 57 | 545 | 71 | 42 |
| Binary | 10001000 | 100101 | 101010 | 0 | 1001001 | 1000101 | 101111 | 101100101 | 111001 | 100010 |
Color Harmonies of #88252A
Complementary color
Monochromatic Colors of #88252A
Black with #88252A
Text Example
Text Example
White with #88252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88252A; }
p { color: rgb(136,37,42); }
H1.HeaderClassName
{
color: #88252A;
}
.AnyTagClassName
{
color: #88252A;
}
</style>
background-color css
<style>
a { background-color: #88252A; }
a { background-color: rgb(136,37,42); }
div.DivClassName
{
background-color: #88252A;
}
.BgClassName
{
background-color: #88252A;
}
</style>
border-color css
<style>
span { border-color: #88252A; }
span { border-color: rgb(136,37,42); }
td.TdClassName
{
border-color: #88252A;
}
.TagClassName
{
border-color: #88252A;
}
</style>