Shades of Flame Red #88232C
Tints of Flame Red #88232C
RGB
CMYK
RGB Variations
Color information
#88232C (or 0x88232C) is known color: Flame Red. HEX triplet: 88, 23 and 2C. RGB value is (136,35,44). Sum of RGB (Red+Green+Blue) = 136+35+44=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88232C is #77DCD3. Grayscale: #424242. Windows color (decimal): -7855316 or 2892680. OLE color: 2892680.
HSL color Cylindrical-coordinate representation of color #88232C: hue angle of 354.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88232C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 44 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.47 |
| HSL | 354.65º | 0.59% | 0.34% | - |
| HSV(B) | 354.65º | 0.74% | 0.53% | - |
| XYZ | 11.21 | 6.62 | 3.07 | - |
| YUV | 66.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 44 | 0 | 0.74 | 0.68 | 0.47 | 354.65 | 0.59 | 0.34 |
| Hex | 88 | 23 | 2C | 0 | 4A | 44 | 2F | 163 | 3B | 22 |
| Octal | 210 | 43 | 54 | 0 | 112 | 104 | 57 | 543 | 73 | 42 |
| Binary | 10001000 | 100011 | 101100 | 0 | 1001010 | 1000100 | 101111 | 101100011 | 111011 | 100010 |
Color Harmonies of #88232C
Complementary color
Monochromatic Colors of #88232C
Black with #88232C
Text Example
Text Example
White with #88232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88232C; }
p { color: rgb(136,35,44); }
H1.HeaderClassName
{
color: #88232C;
}
.AnyTagClassName
{
color: #88232C;
}
</style>
background-color css
<style>
a { background-color: #88232C; }
a { background-color: rgb(136,35,44); }
div.DivClassName
{
background-color: #88232C;
}
.BgClassName
{
background-color: #88232C;
}
</style>
border-color css
<style>
span { border-color: #88232C; }
span { border-color: rgb(136,35,44); }
td.TdClassName
{
border-color: #88232C;
}
.TagClassName
{
border-color: #88232C;
}
</style>