Shades of Flame Red #86252E
Tints of Flame Red #86252E
RGB
CMYK
RGB Variations
Color information
#86252E (or 0x86252E) is known color: Flame Red. HEX triplet: 86, 25 and 2E. RGB value is (134,37,46). Sum of RGB (Red+Green+Blue) = 134+37+46=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86252E is #79DAD1. Grayscale: #434343. Windows color (decimal): -7985874 or 3024262. OLE color: 3024262.
HSL color Cylindrical-coordinate representation of color #86252E: hue angle of 354.43º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86252E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 46 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.47 |
| HSL | 354.43º | 0.57% | 0.34% | - |
| HSV(B) | 354.43º | 0.72% | 0.53% | - |
| XYZ | 10.99 | 6.59 | 3.28 | - |
| YUV | 67.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 46 | 0 | 0.72 | 0.66 | 0.47 | 354.43 | 0.57 | 0.34 |
| Hex | 86 | 25 | 2E | 0 | 48 | 42 | 2F | 162 | 39 | 22 |
| Octal | 206 | 45 | 56 | 0 | 110 | 102 | 57 | 542 | 71 | 42 |
| Binary | 10000110 | 100101 | 101110 | 0 | 1001000 | 1000010 | 101111 | 101100010 | 111001 | 100010 |
Color Harmonies of #86252E
Complementary color
Monochromatic Colors of #86252E
Black with #86252E
Text Example
Text Example
White with #86252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86252E; }
p { color: rgb(134,37,46); }
H1.HeaderClassName
{
color: #86252E;
}
.AnyTagClassName
{
color: #86252E;
}
</style>
background-color css
<style>
a { background-color: #86252E; }
a { background-color: rgb(134,37,46); }
div.DivClassName
{
background-color: #86252E;
}
.BgClassName
{
background-color: #86252E;
}
</style>
border-color css
<style>
span { border-color: #86252E; }
span { border-color: rgb(134,37,46); }
td.TdClassName
{
border-color: #86252E;
}
.TagClassName
{
border-color: #86252E;
}
</style>