Shades of Flame Red #861E2B
Tints of Flame Red #861E2B
RGB
CMYK
RGB Variations
Color information
#861E2B (or 0x861E2B) is known color: Flame Red. HEX triplet: 86, 1E and 2B. RGB value is (134,30,43). Sum of RGB (Red+Green+Blue) = 134+30+43=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #861E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E2B is #79E1D4. Grayscale: #3E3E3E. Windows color (decimal): -7987669 or 2825862. OLE color: 2825862.
HSL color Cylindrical-coordinate representation of color #861E2B: hue angle of 352.5º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E2B is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 43 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.47 |
| HSL | 352.5º | 0.63% | 0.32% | - |
| HSV(B) | 352.5º | 0.78% | 0.53% | - |
| XYZ | 10.73 | 6.17 | 2.91 | - |
| YUV | 62.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 43 | 0 | 0.78 | 0.68 | 0.47 | 352.5 | 0.63 | 0.32 |
| Hex | 86 | 1E | 2B | 0 | 4E | 44 | 2F | 160 | 3F | 20 |
| Octal | 206 | 36 | 53 | 0 | 116 | 104 | 57 | 540 | 77 | 40 |
| Binary | 10000110 | 11110 | 101011 | 0 | 1001110 | 1000100 | 101111 | 101100000 | 111111 | 100000 |
Color Harmonies of #861E2B
Complementary color
Monochromatic Colors of #861E2B
Black with #861E2B
Text Example
Text Example
White with #861E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E2B; }
p { color: rgb(134,30,43); }
H1.HeaderClassName
{
color: #861E2B;
}
.AnyTagClassName
{
color: #861E2B;
}
</style>
background-color css
<style>
a { background-color: #861E2B; }
a { background-color: rgb(134,30,43); }
div.DivClassName
{
background-color: #861E2B;
}
.BgClassName
{
background-color: #861E2B;
}
</style>
border-color css
<style>
span { border-color: #861E2B; }
span { border-color: rgb(134,30,43); }
td.TdClassName
{
border-color: #861E2B;
}
.TagClassName
{
border-color: #861E2B;
}
</style>