Shades of Flame Red #862C30
Tints of Flame Red #862C30
RGB
CMYK
RGB Variations
Color information
#862C30 (or 0x862C30) is known color: Flame Red. HEX triplet: 86, 2C and 30. RGB value is (134,44,48). Sum of RGB (Red+Green+Blue) = 134+44+48=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #862C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C30 is #79D3CF. Grayscale: #474747. Windows color (decimal): -7984080 or 3157126. OLE color: 3157126.
HSL color Cylindrical-coordinate representation of color #862C30: hue angle of 357.33º 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 #862C30 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 48 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.47 |
| HSL | 357.33º | 0.51% | 0.35% | - |
| HSV(B) | 357.33º | 0.67% | 0.53% | - |
| XYZ | 11.27 | 7.08 | 3.57 | - |
| YUV | 71.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 48 | 0 | 0.67 | 0.64 | 0.47 | 357.33 | 0.51 | 0.35 |
| Hex | 86 | 2C | 30 | 0 | 43 | 40 | 2F | 165 | 33 | 23 |
| Octal | 206 | 54 | 60 | 0 | 103 | 100 | 57 | 545 | 63 | 43 |
| Binary | 10000110 | 101100 | 110000 | 0 | 1000011 | 1000000 | 101111 | 101100101 | 110011 | 100011 |
Color Harmonies of #862C30
Complementary color
Monochromatic Colors of #862C30
Black with #862C30
Text Example
Text Example
White with #862C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C30; }
p { color: rgb(134,44,48); }
H1.HeaderClassName
{
color: #862C30;
}
.AnyTagClassName
{
color: #862C30;
}
</style>
background-color css
<style>
a { background-color: #862C30; }
a { background-color: rgb(134,44,48); }
div.DivClassName
{
background-color: #862C30;
}
.BgClassName
{
background-color: #862C30;
}
</style>
border-color css
<style>
span { border-color: #862C30; }
span { border-color: rgb(134,44,48); }
td.TdClassName
{
border-color: #862C30;
}
.TagClassName
{
border-color: #862C30;
}
</style>