Shades of Flame Red #861C1E
Tints of Flame Red #861C1E
RGB
CMYK
RGB Variations
Color information
#861C1E (or 0x861C1E) is known color: Flame Red. HEX triplet: 86, 1C and 1E. RGB value is (134,28,30). Sum of RGB (Red+Green+Blue) = 134+28+30=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #861C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861C1E is #79E3E1. Grayscale: #3C3C3C. Windows color (decimal): -7988194 or 1973382. OLE color: 1973382.
HSL color Cylindrical-coordinate representation of color #861C1E: hue angle of 358.87º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C1E is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 30 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.47 |
| HSL | 358.87º | 0.65% | 0.32% | - |
| HSV(B) | 358.87º | 0.79% | 0.53% | - |
| XYZ | 10.48 | 5.99 | 1.83 | - |
| YUV | 59.92 | 111.12 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 30 | 0 | 0.79 | 0.78 | 0.47 | 358.87 | 0.65 | 0.32 |
| Hex | 86 | 1C | 1E | 0 | 4F | 4E | 2F | 167 | 41 | 20 |
| Octal | 206 | 34 | 36 | 0 | 117 | 116 | 57 | 547 | 101 | 40 |
| Binary | 10000110 | 11100 | 11110 | 0 | 1001111 | 1001110 | 101111 | 101100111 | 1000001 | 100000 |
Color Harmonies of #861C1E
Complementary color
Monochromatic Colors of #861C1E
Black with #861C1E
Text Example
Text Example
White with #861C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C1E; }
p { color: rgb(134,28,30); }
H1.HeaderClassName
{
color: #861C1E;
}
.AnyTagClassName
{
color: #861C1E;
}
</style>
background-color css
<style>
a { background-color: #861C1E; }
a { background-color: rgb(134,28,30); }
div.DivClassName
{
background-color: #861C1E;
}
.BgClassName
{
background-color: #861C1E;
}
</style>
border-color css
<style>
span { border-color: #861C1E; }
span { border-color: rgb(134,28,30); }
td.TdClassName
{
border-color: #861C1E;
}
.TagClassName
{
border-color: #861C1E;
}
</style>