Shades of Flame Red #861B1E
Tints of Flame Red #861B1E
RGB
CMYK
RGB Variations
Color information
#861B1E (or 0x861B1E) is known color: Flame Red. HEX triplet: 86, 1B and 1E. RGB value is (134,27,30). Sum of RGB (Red+Green+Blue) = 134+27+30=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #861B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B1E is #79E4E1. Grayscale: #3B3B3B. Windows color (decimal): -7988450 or 1973126. OLE color: 1973126.
HSL color Cylindrical-coordinate representation of color #861B1E: hue angle of 358.32º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B1E is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 27 | 30 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.47 |
| HSL | 358.32º | 0.66% | 0.32% | - |
| HSV(B) | 358.32º | 0.8% | 0.53% | - |
| XYZ | 10.46 | 5.95 | 1.82 | - |
| YUV | 59.34 | 111.45 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 30 | 0 | 0.80 | 0.78 | 0.47 | 358.32 | 0.66 | 0.32 |
| Hex | 86 | 1B | 1E | 0 | 50 | 4E | 2F | 166 | 42 | 20 |
| Octal | 206 | 33 | 36 | 0 | 120 | 116 | 57 | 546 | 102 | 40 |
| Binary | 10000110 | 11011 | 11110 | 0 | 1010000 | 1001110 | 101111 | 101100110 | 1000010 | 100000 |
Color Harmonies of #861B1E
Complementary color
Monochromatic Colors of #861B1E
Black with #861B1E
Text Example
Text Example
White with #861B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B1E; }
p { color: rgb(134,27,30); }
H1.HeaderClassName
{
color: #861B1E;
}
.AnyTagClassName
{
color: #861B1E;
}
</style>
background-color css
<style>
a { background-color: #861B1E; }
a { background-color: rgb(134,27,30); }
div.DivClassName
{
background-color: #861B1E;
}
.BgClassName
{
background-color: #861B1E;
}
</style>
border-color css
<style>
span { border-color: #861B1E; }
span { border-color: rgb(134,27,30); }
td.TdClassName
{
border-color: #861B1E;
}
.TagClassName
{
border-color: #861B1E;
}
</style>