Shades of Flame Red #86232E
Tints of Flame Red #86232E
RGB
CMYK
RGB Variations
Color information
#86232E (or 0x86232E) is known color: Flame Red. HEX triplet: 86, 23 and 2E. RGB value is (134,35,46). Sum of RGB (Red+Green+Blue) = 134+35+46=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86232E is #79DCD1. Grayscale: #414141. Windows color (decimal): -7986386 or 3023750. OLE color: 3023750.
HSL color Cylindrical-coordinate representation of color #86232E: hue angle of 353.33º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86232E is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 46 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.47 |
| HSL | 353.33º | 0.59% | 0.33% | - |
| HSV(B) | 353.33º | 0.74% | 0.53% | - |
| XYZ | 10.93 | 6.47 | 3.26 | - |
| YUV | 65.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 46 | 0 | 0.74 | 0.66 | 0.47 | 353.33 | 0.59 | 0.33 |
| Hex | 86 | 23 | 2E | 0 | 4A | 42 | 2F | 161 | 3B | 21 |
| Octal | 206 | 43 | 56 | 0 | 112 | 102 | 57 | 541 | 73 | 41 |
| Binary | 10000110 | 100011 | 101110 | 0 | 1001010 | 1000010 | 101111 | 101100001 | 111011 | 100001 |
Color Harmonies of #86232E
Complementary color
Monochromatic Colors of #86232E
Black with #86232E
Text Example
Text Example
White with #86232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86232E; }
p { color: rgb(134,35,46); }
H1.HeaderClassName
{
color: #86232E;
}
.AnyTagClassName
{
color: #86232E;
}
</style>
background-color css
<style>
a { background-color: #86232E; }
a { background-color: rgb(134,35,46); }
div.DivClassName
{
background-color: #86232E;
}
.BgClassName
{
background-color: #86232E;
}
</style>
border-color css
<style>
span { border-color: #86232E; }
span { border-color: rgb(134,35,46); }
td.TdClassName
{
border-color: #86232E;
}
.TagClassName
{
border-color: #86232E;
}
</style>