Shades of Flame Red #862C32
Tints of Flame Red #862C32
RGB
CMYK
RGB Variations
Color information
#862C32 (or 0x862C32) is known color: Flame Red. HEX triplet: 86, 2C and 32. RGB value is (134,44,50). Sum of RGB (Red+Green+Blue) = 134+44+50=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #862C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C32 is #79D3CD. Grayscale: #474747. Windows color (decimal): -7984078 or 3288198. OLE color: 3288198.
HSL color Cylindrical-coordinate representation of color #862C32: hue angle of 356º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C32 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 50 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.47 |
| HSL | 356º | 0.51% | 0.35% | - |
| HSV(B) | 356º | 0.67% | 0.53% | - |
| XYZ | 11.31 | 7.1 | 3.79 | - |
| YUV | 71.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 50 | 0 | 0.67 | 0.63 | 0.47 | 356 | 0.51 | 0.35 |
| Hex | 86 | 2C | 32 | 0 | 43 | 3F | 2F | 164 | 33 | 23 |
| Octal | 206 | 54 | 62 | 0 | 103 | 77 | 57 | 544 | 63 | 43 |
| Binary | 10000110 | 101100 | 110010 | 0 | 1000011 | 111111 | 101111 | 101100100 | 110011 | 100011 |
Color Harmonies of #862C32
Complementary color
Monochromatic Colors of #862C32
Black with #862C32
Text Example
Text Example
White with #862C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C32; }
p { color: rgb(134,44,50); }
H1.HeaderClassName
{
color: #862C32;
}
.AnyTagClassName
{
color: #862C32;
}
</style>
background-color css
<style>
a { background-color: #862C32; }
a { background-color: rgb(134,44,50); }
div.DivClassName
{
background-color: #862C32;
}
.BgClassName
{
background-color: #862C32;
}
</style>
border-color css
<style>
span { border-color: #862C32; }
span { border-color: rgb(134,44,50); }
td.TdClassName
{
border-color: #862C32;
}
.TagClassName
{
border-color: #862C32;
}
</style>