Shades of Flame Red #862026
Tints of Flame Red #862026
RGB
CMYK
RGB Variations
Color information
#862026 (or 0x862026) is known color: Flame Red. HEX triplet: 86, 20 and 26. RGB value is (134,32,38). Sum of RGB (Red+Green+Blue) = 134+32+38=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #862026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862026 is #79DFD9. Grayscale: #3F3F3F. Windows color (decimal): -7987162 or 2498694. OLE color: 2498694.
HSL color Cylindrical-coordinate representation of color #862026: hue angle of 356.47º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862026 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 38 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.47 |
| HSL | 356.47º | 0.61% | 0.33% | - |
| HSV(B) | 356.47º | 0.76% | 0.53% | - |
| XYZ | 10.7 | 6.24 | 2.47 | - |
| YUV | 63.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 38 | 0 | 0.76 | 0.72 | 0.47 | 356.47 | 0.61 | 0.33 |
| Hex | 86 | 20 | 26 | 0 | 4C | 48 | 2F | 164 | 3D | 21 |
| Octal | 206 | 40 | 46 | 0 | 114 | 110 | 57 | 544 | 75 | 41 |
| Binary | 10000110 | 100000 | 100110 | 0 | 1001100 | 1001000 | 101111 | 101100100 | 111101 | 100001 |
Color Harmonies of #862026
Complementary color
Monochromatic Colors of #862026
Black with #862026
Text Example
Text Example
White with #862026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862026; }
p { color: rgb(134,32,38); }
H1.HeaderClassName
{
color: #862026;
}
.AnyTagClassName
{
color: #862026;
}
</style>
background-color css
<style>
a { background-color: #862026; }
a { background-color: rgb(134,32,38); }
div.DivClassName
{
background-color: #862026;
}
.BgClassName
{
background-color: #862026;
}
</style>
border-color css
<style>
span { border-color: #862026; }
span { border-color: rgb(134,32,38); }
td.TdClassName
{
border-color: #862026;
}
.TagClassName
{
border-color: #862026;
}
</style>