Shades of Flame Red #862529
Tints of Flame Red #862529
RGB
CMYK
RGB Variations
Color information
#862529 (or 0x862529) is known color: Flame Red. HEX triplet: 86, 25 and 29. RGB value is (134,37,41). Sum of RGB (Red+Green+Blue) = 134+37+41=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #862529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862529 is #79DAD6. Grayscale: #424242. Windows color (decimal): -7985879 or 2696582. OLE color: 2696582.
HSL color Cylindrical-coordinate representation of color #862529: hue angle of 357.53º 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 #862529 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 41 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.47 |
| HSL | 357.53º | 0.57% | 0.34% | - |
| HSV(B) | 357.53º | 0.72% | 0.53% | - |
| XYZ | 10.89 | 6.55 | 2.79 | - |
| YUV | 66.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 41 | 0 | 0.72 | 0.69 | 0.47 | 357.53 | 0.57 | 0.34 |
| Hex | 86 | 25 | 29 | 0 | 48 | 45 | 2F | 166 | 39 | 22 |
| Octal | 206 | 45 | 51 | 0 | 110 | 105 | 57 | 546 | 71 | 42 |
| Binary | 10000110 | 100101 | 101001 | 0 | 1001000 | 1000101 | 101111 | 101100110 | 111001 | 100010 |
Color Harmonies of #862529
Complementary color
Monochromatic Colors of #862529
Black with #862529
Text Example
Text Example
White with #862529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862529; }
p { color: rgb(134,37,41); }
H1.HeaderClassName
{
color: #862529;
}
.AnyTagClassName
{
color: #862529;
}
</style>
background-color css
<style>
a { background-color: #862529; }
a { background-color: rgb(134,37,41); }
div.DivClassName
{
background-color: #862529;
}
.BgClassName
{
background-color: #862529;
}
</style>
border-color css
<style>
span { border-color: #862529; }
span { border-color: rgb(134,37,41); }
td.TdClassName
{
border-color: #862529;
}
.TagClassName
{
border-color: #862529;
}
</style>