Shades of Flame Red #88232F
Tints of Flame Red #88232F
RGB
CMYK
RGB Variations
Color information
#88232F (or 0x88232F) is known color: Flame Red. HEX triplet: 88, 23 and 2F. RGB value is (136,35,47). Sum of RGB (Red+Green+Blue) = 136+35+47=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88232F is #77DCD0. Grayscale: #424242. Windows color (decimal): -7855313 or 3089288. OLE color: 3089288.
HSL color Cylindrical-coordinate representation of color #88232F: hue angle of 352.87º 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 #88232F is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 47 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.47 |
| HSL | 352.87º | 0.59% | 0.34% | - |
| HSV(B) | 352.87º | 0.74% | 0.53% | - |
| XYZ | 11.27 | 6.64 | 3.38 | - |
| YUV | 66.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 47 | 0 | 0.74 | 0.65 | 0.47 | 352.87 | 0.59 | 0.34 |
| Hex | 88 | 23 | 2F | 0 | 4A | 41 | 2F | 161 | 3B | 22 |
| Octal | 210 | 43 | 57 | 0 | 112 | 101 | 57 | 541 | 73 | 42 |
| Binary | 10001000 | 100011 | 101111 | 0 | 1001010 | 1000001 | 101111 | 101100001 | 111011 | 100010 |
Color Harmonies of #88232F
Complementary color
Monochromatic Colors of #88232F
Black with #88232F
Text Example
Text Example
White with #88232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88232F; }
p { color: rgb(136,35,47); }
H1.HeaderClassName
{
color: #88232F;
}
.AnyTagClassName
{
color: #88232F;
}
</style>
background-color css
<style>
a { background-color: #88232F; }
a { background-color: rgb(136,35,47); }
div.DivClassName
{
background-color: #88232F;
}
.BgClassName
{
background-color: #88232F;
}
</style>
border-color css
<style>
span { border-color: #88232F; }
span { border-color: rgb(136,35,47); }
td.TdClassName
{
border-color: #88232F;
}
.TagClassName
{
border-color: #88232F;
}
</style>